]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: unskip TestScript/build_issue48319 on Windows
authorBryan C. Mills <bcmills@google.com>
Fri, 2 Dec 2022 21:41:23 +0000 (16:41 -0500)
committerGopher Robot <gobot@golang.org>
Tue, 6 Dec 2022 20:53:50 +0000 (20:53 +0000)
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>

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

index cacf8f65e513d55c282449d5ac7ed590fe97846d..45433030596d568fc73ec30f42b6300e82931621 100644 (file)
@@ -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.