]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: test cgo internal linking on darwin-arm64
authorCherry Mui <cherryyz@google.com>
Tue, 8 Feb 2022 19:46:58 +0000 (14:46 -0500)
committerCherry Mui <cherryyz@google.com>
Tue, 8 Feb 2022 23:46:01 +0000 (23:46 +0000)
commite4ca3fa345a204b72a011b3634ddcfc09dcc68bc
tree99c5b2281aac84338fe7354e9851f72ce6f34a93
parent6749dd40b31dbcfae2eb91deb93989899b868617
cmd/dist: test cgo internal linking on darwin-arm64

CL 383554 disables testing cgo internal linking on all ARM64 but
Windows, because it doesn't work with newer GCC. But
- darwin-arm64 works, and it does not use GCC
- we don't support cgo internal linking on windows-arm64 anyway.

This CL fixes the condition.

Change-Id: I9eb7b81ef75e482f5e95d2edae4863ba21396432
Reviewed-on: https://go-review.googlesource.com/c/go/+/384269
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/test.go