Skip to content

Commit 647870b

Browse files
committed
cmd/go: turn back on build_plugin_reproducible script test
Re-enable the build_plugin_reproducible script test now that CL 586079 (more linker changes to work around xcode problems on Darwin with build reproducibility) is in. Fixes #64947. Cq-Include-Trybots: luci.golang.try:gotip-darwin-amd64-longtest Change-Id: Ice5bc5b809fa7fee689b78fcb874049493bc2c5c Reviewed-on: https://go-review.googlesource.com/c/go/+/585356 TryBot-Bypass: Than McIntosh <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: Michael Matloob <[email protected]>
1 parent c6d142c commit 647870b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/cmd/go/testdata/script/build_plugin_reproducible.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
[short] skip
33
[!cgo] skip '-buildmode=plugin requires external linking'
44

5-
# This test has problems when run on darwin, when using a more
6-
# contemporary Xcode version that is unfriendly to reproducible builds
7-
# (see issue #64947 for the gory details).
8-
[GOOS:darwin] skip
9-
105
go build -trimpath -buildvcs=false -buildmode=plugin -o a.so main.go
116
go build -trimpath -buildvcs=false -buildmode=plugin -o b.so main.go
127
cmp -q a.so b.so

0 commit comments

Comments
 (0)