From 61ce82a3601955a39ef26f51654fa2abc2049c11 Mon Sep 17 00:00:00 2001 From: "Bryan C. Mills" Date: Wed, 18 Mar 2020 14:17:43 -0400 Subject: [PATCH] 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 --- src/cmd/go/testdata/script/test_race_install_cgo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c84a930e605dee..feddc8f9220e05 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