We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a53ae commit b2aa690Copy full SHA for b2aa690
1 file changed
scripts/build/binary
@@ -7,10 +7,6 @@ set -eu
7
8
. ./scripts/build/.variables
9
10
-if [ "$CGO_ENABLED" = "1" ] && [ "$(go env GOOS)" != "windows" ]; then
11
- GO_BUILDTAGS="$GO_BUILDTAGS pkcs11"
12
-fi
13
-
14
echo "Building $GO_LINKMODE $(basename "${TARGET}")"
15
16
export GO111MODULE=auto
0 commit comments