Skip to content

Commit c7b3481

Browse files
committed
scripts/build/binary: remove pkcs11 build tag
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 2d08185 commit c7b3481

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/build/binary

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ set -eu
77

88
. ./scripts/build/.variables
99

10-
if [ "$CGO_ENABLED" = "1" ] && [ "$(go env GOOS)" != "windows" ]; then
11-
GO_BUILDTAGS="$GO_BUILDTAGS pkcs11"
12-
fi
13-
1410
echo "Building $GO_LINKMODE $(basename "${TARGET}")"
1511

1612
export GO111MODULE=auto

0 commit comments

Comments
 (0)