]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: skip static linking tests for linux boringcrypto
authorIan Lance Taylor <iant@golang.org>
Tue, 4 Apr 2023 21:43:46 +0000 (14:43 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 5 Apr 2023 00:47:58 +0000 (00:47 +0000)
commit508f445a28b08ed8c881572652c47139e669c19d
treeb49afad52809c752433fa968407ba19267fe4e39
parenta8ca653892a470daf065b7669061d6ce1b4ff2e9
cmd/dist: skip static linking tests for linux boringcrypto

Otherwise we get warnings from the C linker.

Fixes #59422

Change-Id: I61843dbe5245da0185b0f23dc4b774767fffed40
Reviewed-on: https://go-review.googlesource.com/c/go/+/482315
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/dist/test.go