From: Bryan C. Mills Date: Wed, 18 Mar 2020 18:17:43 +0000 (-0400) Subject: cmd/go: skip the cmd/cgo staleness check on darwin builders X-Git-Tag: go1.15beta1~827 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=61ce82a3601955a39ef26f51654fa2abc2049c11;p=gostls13.git 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 TryBot-Result: Gobot Gobot Reviewed-by: Andrew Bonventre Reviewed-by: Jay Conrod --- diff --git a/src/cmd/go/testdata/script/test_race_install_cgo.txt b/src/cmd/go/testdata/script/test_race_install_cgo.txt index c84a930e60..feddc8f922 100644 --- a/src/cmd/go/testdata/script/test_race_install_cgo.txt +++ b/src/cmd/go/testdata/script/test_race_install_cgo.txt @@ -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