Skip to content

Commit

Permalink
cmd/go: skip the cmd/cgo staleness check on darwin builders
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Bryan C. Mills committed Mar 18, 2020
1 parent f1f947a commit 61ce82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/go/testdata/script/test_race_install_cgo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[!race] skip

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

env GOBIN=$WORK/bin
go install mtime sametime
Expand Down

0 comments on commit 61ce82a

Please sign in to comment.