Skip to content
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: bump Xcode versions on darwin builders #66394

Open
rolandshoemaker opened this issue Mar 19, 2024 · 3 comments
Open

x/build: bump Xcode versions on darwin builders #66394

rolandshoemaker opened this issue Mar 19, 2024 · 3 comments
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@rolandshoemaker
Copy link
Member

Bump available Xcode versions to 15.3 on macOS 14 and 15.2 on macOS 13 (the last supported Xcode version). This should unblock some testing for #66360.

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Mar 19, 2024
@gopherbot gopherbot added this to the Unreleased milestone Mar 19, 2024
@gopherbot
Copy link

Change https://go.dev/cl/572595 mentions this issue: main.star: bump xcode versions

gopherbot pushed a commit to golang/build that referenced this issue Mar 20, 2024
To 15C500b on macOS 13 and 15E204a on macOS 14.

Fixes golang/go#66394

Change-Id: I05a48df1049084c69fbae8c19fad745d2980214d
Reviewed-on: https://go-review.googlesource.com/c/build/+/572595
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
@thanm thanm added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Mar 26, 2024
@thanm
Copy link
Contributor

thanm commented Mar 26, 2024

At one point during the pre-LUCI era we actually had two flavors of windows builders, one with ancient compilers (GCC 4.X) and one with more recent compilers. We did tip testing with the "new cc" builders (since the tip linker worked with the newer compilers) but sent CLs on release branches to the "old-cc" builders.

I wonder if it might be possible to do something like this in the LUCI world, e.g. have a "darwin-xcode-bleeding-edge" builder or equivalent (caveat: not a LUCI expert, so unsure as to whether this is a viable option).

@gopherbot
Copy link

Change https://go.dev/cl/582815 mentions this issue: main.star: bump xcode versions, again

gopherbot pushed a commit to golang/build that referenced this issue May 2, 2024
Re-applying CL 572595, after the revert in CL 573077.

Fixes golang/go#66394

Change-Id: I1f7191c023dfefbdcc37b1340269ae2e3d876c8f
Reviewed-on: https://go-review.googlesource.com/c/build/+/582815
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Roland Shoemaker <roland@golang.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

3 participants