aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2022-12-02 16:41:23 -0500
committerGopher Robot <gobot@golang.org>2022-12-06 20:53:50 +0000
commit89871dd8323f5eaa934f700327f9256d960b0537 (patch)
tree51a63a7b2341dbbd515367c13cd565686f4d7815
parent5167e5cd64b2d4710dd8a20d2a599674d5d94861 (diff)
downloadgo-89871dd8323f5eaa934f700327f9256d960b0537.tar.gz
go-89871dd8323f5eaa934f700327f9256d960b0537.zip
cmd/go: unskip TestScript/build_issue48319 on Windows
Now that we have newer C compilers on the Windows builders, they should fully support reproducible builds. Updates #35006. Change-Id: I0a8995fe327067c9e73e5578c385ea01ae5dee5d Reviewed-on: https://go-review.googlesource.com/c/go/+/454504 Reviewed-by: Cherry Mui <cherryyz@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Bryan Mills <bcmills@google.com>
-rw-r--r--src/cmd/go/testdata/script/build_issue48319.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/go/testdata/script/build_issue48319.txt b/src/cmd/go/testdata/script/build_issue48319.txt
index cacf8f65e5..4543303059 100644
--- a/src/cmd/go/testdata/script/build_issue48319.txt
+++ b/src/cmd/go/testdata/script/build_issue48319.txt
@@ -3,7 +3,6 @@
[short] skip
[!cgo] skip
-[GOOS:windows] skip # The Go Windows builders have an extremely out-of-date gcc that does not support reproducible builds; see https://go.dev/issue/50824.
# This test is sensitive to cache invalidation,
# so use a separate build cache that we can control.