]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo/internal/testnocgo: always run in default configuration
authorAustin Clements <austin@google.com>
Wed, 17 May 2023 19:59:47 +0000 (15:59 -0400)
committerAustin Clements <austin@google.com>
Fri, 19 May 2023 01:37:37 +0000 (01:37 +0000)
commitcbd3305f8c7452963b7a1b4db001776b76370ae4
tree7055a0f2c1edeaf11d84b62100b6ca21f61eb50b
parentab3c2b6d89daa54679cdaa0d78d2902473e0d63b
cmd/cgo/internal/testnocgo: always run in default configuration

This test is actually intended to test that we can build in -static
mode even without any cgo. That means it's quite harmless to run in
the default build configuration (in addition to running with various
other build configurations).

Change-Id: Ic6cb5c0eaab83f9bd5718aae57d0fdc69afcb8b6
Reviewed-on: https://go-review.googlesource.com/c/go/+/496178
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/dist/test.go