-
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 11.0 Big Sur builder (darwin/amd64) #40762
Comments
Change https://golang.org/cl/288192 mentions this issue: |
This change adds macOS 11.0 Big Sur builder to the dashboard. It will not spawn an instance on the older MacStadium cluster which we are migrating away from. It will be marked with a known issue until until we have migrated away from the old cluster and makemac has been updated to process the new macOS versioning convention. Updates golang/go#40762 Updates golang/go#40757 Updates golang/go#40761 Change-Id: I24ce615a2c0c55dd75beed4f821119d4058ad8af Reviewed-on: https://go-review.googlesource.com/c/build/+/288192 Trust: Carlos Amedee <carlos@golang.org> Run-TryBot: Carlos Amedee <carlos@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Alexander Rakoczy <alex@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Change https://golang.org/cl/293829 mentions this issue: |
With the release of macOS 11.0 (Big Sur), the hostname for hosts need to accomodate multiple architectures. The operating system version is now noted in the major portion instead of the minor portion of the version. This change creates the appropriate hostname in the buildlet. Updates golang/go#40762 Updates golang/go#45088 Change-Id: I943f0c481442a892bb5793283c527b8400a5be9c Reviewed-on: https://go-review.googlesource.com/c/build/+/293829 Trust: Carlos Amedee <carlos@golang.org> Run-TryBot: Carlos Amedee <carlos@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Change https://golang.org/cl/307474 mentions this issue: |
This change updates the desired host counts for darwin amd64 hosts. The numbers require changing because: - Migration to the new cluster with diffrent counts for amd64 machines. - The addition of macOS 11.0 builders. Updates golang/go#40762 Change-Id: I4a0dfcc8bd812ede38acbb98c0b317e03059b525 Reviewed-on: https://go-review.googlesource.com/c/build/+/307474 Trust: Carlos Amedee <carlos@golang.org> Run-TryBot: Carlos Amedee <carlos@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Change https://golang.org/cl/307822 mentions this issue: |
Apple has plans on releasing macOS 11.0 in the fall of 2020. We plan to provide this builder before the Go 1.16 is released.
While macOS 11.0 has not been released, there is some work that needs to be done in order to enable us to create a builder for it on our build infrastructure.
/cc @andybons @dmitshur @toothrot
The text was updated successfully, but these errors were encountered: