Skip to content

Commit 61ce82a

Browse files
author
Bryan C. Mills
committed
cmd/go: skip the cmd/cgo staleness check on darwin builders
Some of the darwin-amd64 builders are providing a stale environment. Let's un-break them while we investigate. Updates #37573 Updates #33598 Change-Id: I8b79778fe4d5aa916557c1ba89fa9c776d130b01 Reviewed-on: https://go-review.googlesource.com/c/go/+/223925 Run-TryBot: Bryan C. Mills <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Andrew Bonventre <[email protected]> Reviewed-by: Jay Conrod <[email protected]>
1 parent f1f947a commit 61ce82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[!race] skip
44

5-
! stale cmd/cgo
5+
[!darwin] ! stale cmd/cgo # The darwin builders are spuriously stale; see #33598.
66

77
env GOBIN=$WORK/bin
88
go install mtime sametime

0 commit comments

Comments
 (0)