We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05acf1e commit 3ea8fd7Copy full SHA for 3ea8fd7
build/build-static-binaries.sh
@@ -8,7 +8,7 @@ archive=$1
8
source "$(dirname "${0}")"/build-common.sh
9
10
time make build TYPE=release-linux-gnu GOFLAGS="${GOFLAGS-}" SUFFIX="${SUFFIX-}" TAGS="${TAGS-}"
11
-time make build TYPE=release-linux-musl GOFLAGS="${GOFLAGS-}" SUFFIX="${SUFFIX-}" TAGS="${TAGS-}"
+[[ "${GOFLAGS-}" == *-race* ]] || time make build TYPE=release-linux-musl GOFLAGS="${GOFLAGS-}" SUFFIX="${SUFFIX-}" TAGS="${TAGS-}"
12
# Build test binaries. Note that the acceptance binary will not be included in
13
# the archive, but is instead uploaded directly by push-aws.sh.
14
time make testbuild TYPE=release-linux-gnu GOFLAGS="${GOFLAGS-}" SUFFIX="${SUFFIX-}" TAGS="${TAGS-} acceptance"
0 commit comments