-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
x/build: add darwin builders with macOS 14 (macOS Sonoma) #60610
Comments
macos14 sonoma build error,Is there a version update? |
@janartist not yet. Apple's new linker is still in beta and known to have bugs and incompatible changes. We're working on get them fixed. CL https://golang.org/cl/505415 and the stack contain a number of workarounds. That said, while I've seen a number of issues, I haven't seen this particular failure mode. This looks like a bug in the Apple linker (at least it should give a user-friendly error message instead of assertion failure.) Could you share what program you're trying to build? Thanks. This issue is about setting up the builder. I'm going to file another issue for the linker issue. |
Filed #61229 for the linker issue. You're welcome to post linker related failures there, or start a new issue. Thanks. |
@janartist Could you share what program you're building to trigger the assertion failure? If we have a reproducer, we can report it to Apple and have the issue fixed. Thanks. |
Any update on this? |
We are unlikely to add the builder until the final release is available. |
@heschi Any workaround? Tkx! |
This issue tracks making an improvement to the infrastructure of the project, not a bug fix. You might be looking for #61229, or maybe you should file a new issue. |
I updated my system to macOS 14.0 beta (23A5312d) today, and it seems like the issue has been resolved. |
The assertion |
We've added a macOS 14 builder on the LUCI side: https://ci.chromium.org/ui/p/golang/builders/ci/gotip-darwin-amd64_14 At this point, given we're working towards migrating to LUCI and macOS builders supply is more constrained than other builder types, we're not going to add it to the previous infrastructure. |
macOS 14 (macOS Sonoma) was announced today during WWDC23 and is described to be "Coming this fall" (https://www.apple.com/macos/sonoma-preview/). Edit: It will be publicly released on September 26, 2023.
This is the tracking issue (that can be split into
darwin/arm64
anddarwin/amd64
ones if helpful) to eventually have builder coverage for it.CC @golang/release, @prattmic, @golang/darwin.
The text was updated successfully, but these errors were encountered: