-
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 macOS Catalina builder (darwin/amd64 only) #34748
Comments
Just a 64-bit one, right? macOS Catalina does not support running 32-bit apps. |
Can't test what doesn't exist. Maybe it's almost time to remove the |
We continue to hit Catalina bugs (most recently #35247). We need to get this builder up before the release. /cc @cagedmantis too. |
I've confirmed with MacStadium that we need to upgrade our version of vSphere in order to run Catalina builders. I'm investigating what the upgrade process would entail. |
Change https://golang.org/cl/207737 mentions this issue: |
Makemac has been unable to create a macOS 10.15 Catalina builder. The Catalina image is now available for creation. Updates golang/go#34748 Change-Id: Ibc6a5f64be4de5d2eb4a89002e29944c77b6627c Reviewed-on: https://go-review.googlesource.com/c/build/+/207737 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Change https://golang.org/cl/207937 mentions this issue: |
Added the macOS 10.15 Catalina builder to the dashboard. Catalina builders should use the Mojave guestid in vSphere 6.7 update 3 because the Catalina guestid is not available in this version of vSphere. A Catalina builder will run on this version of vSphere with the Mojave guestid. Modified the expected number of vm instances running on Macstadium due to the addition of macOS 10.15 builders. Updates golang/go#34748 Change-Id: If14f6e088afc05dd1783460f21907e9345e3c338 Reviewed-on: https://go-review.googlesource.com/c/build/+/207937 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
The macOS 10.15 Catalina builder has been added. |
@cagedmantis |
@haithngn There was a follow up question on the linked issue. |
macOS Catalina is out.
We need a builder. Probably before Go 1.14 comes out.
/cc @toothrot @andybons @dmitshur
The text was updated successfully, but these errors were encountered: