-
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
all: remove darwin/arm (32-bit) #37611
Comments
Change https://golang.org/cl/222720 mentions this issue: |
These have been consistently failing for weeks and attempts to contact the owner have been unsuccessful. Updates golang/go#37611 Fixes golang/go#31497 Change-Id: I43c8b9de18c758d256290ee42eb3755dd9eacf3f Reviewed-on: https://go-review.googlesource.com/c/build/+/222720 Run-TryBot: Andrew Bonventre <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
Change https://golang.org/cl/227080 mentions this issue: |
Change https://golang.org/cl/227198 mentions this issue: |
Change https://golang.org/cl/227197 mentions this issue: |
Change https://golang.org/cl/226985 mentions this issue: |
This comment has been minimized.
This comment has been minimized.
Change https://golang.org/cl/227181 mentions this issue: |
This only removes the ability to build it, and removes it as a src/buildall.bash target (which uses go tool dist list). Now: $ go tool dist list | grep ^darwin darwin/amd64 darwin/arm64 After this, remaining is removing leftover port--specific code in the tree. Updates #37610 Updates #37611 Change-Id: I00f03b2355c2e152f75e57abd3063be243529d2d Reviewed-on: https://go-review.googlesource.com/c/go/+/226985 Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Filippo Valsorda <[email protected]>
Change https://golang.org/cl/227341 mentions this issue: |
Change https://golang.org/cl/227343 mentions this issue: |
The darwin/arm port is removed in Go 1.15. Setting GOOS=darwin GOARCH=arm will fail, therefore "go test cmd/link" on macOS will fail (in non -short mode). Remove this test point. Updates #37611. Change-Id: Ia9531c4b4a6692a0c49153517af9fdddd1f3e0bf Reviewed-on: https://go-review.googlesource.com/c/go/+/227341 Reviewed-by: Ian Lance Taylor <[email protected]>
The 32-bit pairs darwin/386 and darwin/arm are removed in Go 1.15, and the master branch is where Go 1.15 is being developed. The builder has started to fail after CL 226985 (as intended), so remove it. Keep it running on Go 1.14 and 1.13 release branches. Also update the misc-compile-darwin builder description. For golang/go#37610. For golang/go#37611. Change-Id: Ia70386c5ae2821b4397048dcb0862a066463d6de Reviewed-on: https://go-review.googlesource.com/c/build/+/227181 Run-TryBot: Dmitri Shuralyov <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Andrew Bonventre <[email protected]>
Updates #37611. Change-Id: I7ae5a61d2e2189fd48ac3548e370e0de1dd79832 Reviewed-on: https://go-review.googlesource.com/c/go/+/227343 Run-TryBot: Austin Clements <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Cherry Zhang <[email protected]>
This removes all files that are only used on darwin/arm and cleans up build tags in files that are still used on other platforms. Updates #37611. Change-Id: Ic9490cf0edfc157c6276a7ca950c1768b34a998f Reviewed-on: https://go-review.googlesource.com/c/go/+/227197 Run-TryBot: Austin Clements <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Cherry Zhang <[email protected]>
Change https://golang.org/cl/229323 mentions this issue: |
…rm code Updates #37610, #37611. Change-Id: I0a497af03e24ddea40ed3e342f3a9362bf21ac0c Reviewed-on: https://go-review.googlesource.com/c/go/+/229323 Run-TryBot: Cherry Zhang <[email protected]> Reviewed-by: Austin Clements <[email protected]>
…rm code Updates golang#37610, golang#37611. Change-Id: I0a497af03e24ddea40ed3e342f3a9362bf21ac0c Reviewed-on: https://go-review.googlesource.com/c/go/+/229323 Run-TryBot: Cherry Zhang <[email protected]> Reviewed-by: Austin Clements <[email protected]>
Per #34751, we are removing
darwin/arm
(but keepingdarwin/arm64
).The text was updated successfully, but these errors were encountered: