diff --git a/src/cmd/go/testdata/script/build_plugin_reproducible.txt b/src/cmd/go/testdata/script/build_plugin_reproducible.txt index 2f70a0e2b2..9336bc21a8 100644 --- a/src/cmd/go/testdata/script/build_plugin_reproducible.txt +++ b/src/cmd/go/testdata/script/build_plugin_reproducible.txt @@ -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