-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
build: macOS builders broken #25827
Comments
Is this new test not legal on darwin? |
This is the error we're getting:
I'm not sure what is going on here.
That missing identifier is sometimes declared as a function, and sometimes a global variable. |
Just on a whim, in inl.go, try increasing the cost of panic to 80. |
The object file generated by cmd/link is defining the symbol |
Change https://golang.org/cl/118076 mentions this issue: |
Change https://golang.org/cl/126455 mentions this issue: |
…bols Fixes #25827 Change-Id: I6736c3ac061ca32aac2eb68b01ba53a179d68cf4 Reviewed-on: https://go-review.googlesource.com/118076 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Russ Cox <rsc@golang.org> (cherry picked from commit f861f66) Reviewed-on: https://go-review.googlesource.com/126455 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Broken by https://go-review.googlesource.com/c/go/+/117515.
The text was updated successfully, but these errors were encountered: