mirror of https://github.com/golang/go.git
cmd/go: add missing cgo condition in TestScript/mod_list_compiled_concurrent
Updates #50205 Change-Id: I60d2e32c2cd84599f4a0126e4da4f1d61bd29b51 Reviewed-on: https://go-review.googlesource.com/c/go/+/372799 Trust: Bryan Mills <bcmills@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
ea26ce7cec
commit
ae695cd93f
|
|
@ -1,6 +1,7 @@
|
|||
env GO111MODULE=on
|
||||
|
||||
[short] skip
|
||||
[!cgo] skip
|
||||
|
||||
# Regression test for golang.org/issue/29667:
|
||||
# spurious 'failed to cache compiled Go files' errors.
|
||||
|
|
|
|||
Loading…
Reference in New Issue