mirror of
https://github.com/golang/go
synced 2024-11-15 00:10:28 -07:00
cmd/go/testdata/script: disable build_plugin_reproducible on darwin
It's broken with the latest XCode versions, and is also already disabled on darwin builders. Disable the test to get go test cmd/go working on local builds again. For #64947 Change-Id: I5a4b46cf23cbe887df4903f90b54cd2225f51233 Reviewed-on: https://go-review.googlesource.com/c/go/+/584937 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
parent
a0a6026bb1
commit
74a49188d3
@ -2,12 +2,10 @@
|
||||
[short] skip
|
||||
[!cgo] skip '-buildmode=plugin requires external linking'
|
||||
|
||||
# This test has problems when run on the LUCI darwin longtest builder,
|
||||
# which uses a more contemporary Xcode version that is unfriendly to
|
||||
# reproducible builds (see issue #64947 for the gory details). Note
|
||||
# that individual developers running "go test cmd/go" on Darwin may
|
||||
# still run into failures depending on their Xcode version.
|
||||
[GOOS:darwin] [go-builder] skip
|
||||
# This test has problems when run on darwin, when using a more
|
||||
# contemporary Xcode version that is unfriendly to reproducible builds
|
||||
# (see issue #64947 for the gory details).
|
||||
[GOOS:darwin] skip
|
||||
|
||||
go build -trimpath -buildvcs=false -buildmode=plugin -o a.so main.go
|
||||
go build -trimpath -buildvcs=false -buildmode=plugin -o b.so main.go
|
||||
|
Loading…
Reference in New Issue
Block a user