-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running make test
on MacOS Sonoma with golang go1.22.5 errors with has malformed LC_DYSYMTAB
error
#3196
Comments
Setting GOFLAGS to the following value make it run properly.
seen on the following issue: golang/go#61229 (comment) |
As mentioned in golang/go#61229 (comment) as well, those are just warnings, not errors. Therefore, even if you see those messages in Kueue, they are not crashing the tests.
|
thanks @IrvingMg You are correct, they are not crashing; I was thinking it was crashing, but they are just in error in my case:
where, if I run the case with the mentioned parameters they will run without any erro
|
make test
crashes on MacOS Sonoma with golang go1.22.5make test
on MacOS Sonoma with golang go1.22.5 errors with has malformed LC_DYSYMTAB
error
@akram Yes, the
So, as this is a non-issue, I wouldn't consider it as a Kueue bug. |
/assign |
What happened:
run
make test
it will crash with the following error:What you expected to happen:
the build to succeed
How to reproduce it (as minimally and precisely as possible):
run
make test
Anything else we need to know?:
Environment:
cat /etc/os-release
): Sonoma Mac OS M1The text was updated successfully, but these errors were encountered: