-
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
cmd/link: support more load commands on Mach-O [1.16 backport] #49923
Comments
CC @golang/release in case this is a problem with the builder itself (#49149) or macOS 12. |
Sorry for not paying attention when I brought up the builder. We're suffering for lack of https://golang.org/cl/312729. Should I disable the builder or backport that CL? |
Since 1.16 is still supported I think we should backport. |
Change https://golang.org/cl/368835 mentions this issue: |
Closed by merging 98ef91b to release-branch.go1.16. |
Fixes #49923. Change-Id: I74dd9170a51cc93ce3ec5e5860c2eb2912f081f5 Reviewed-on: https://go-review.googlesource.com/c/go/+/312729 Trust: Cherry Zhang <cherryyz@google.com> Run-TryBot: Cherry Zhang <cherryyz@google.com> Reviewed-by: Than McIntosh <thanm@google.com> TryBot-Result: Go Bot <gobot@golang.org> (cherry picked from commit b6ff3c6) Reviewed-on: https://go-review.googlesource.com/c/go/+/368835 Run-TryBot: Heschi Kreinick <heschi@google.com> Reviewed-by: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Trust: Heschi Kreinick <heschi@google.com>
Reverted to minimize risk for security release. |
Change https://golang.org/cl/372354 mentions this issue: |
… on Mach-O" This reverts commit caced3b (CL 370554). Reason for revert: Minor release complete. Updates #49923. Change-Id: Ifb9fc4f6aae6313ce726726c4ec469032ed3147d Reviewed-on: https://go-review.googlesource.com/c/go/+/372354 Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Alex Rakoczy <alex@golang.org> Trust: Heschi Kreinick <heschi@google.com>
On the 1.16 release branch, the macOS 12 builder has been failing since it was brought up, basically.
The failures look like https://build.golang.org/log/158c3565da1dabd522292bee52369d329419a452 with a bunch of misc/cgo/testcshared tests failing.
CC @cherrymui @ianlancetaylor
The text was updated successfully, but these errors were encountered: