Patch the go crypto libraries to enable gnu dummy values.
This commit is contained in:
parent
73c2607f3c
commit
5bee0a28b1
2 changed files with 87 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ go get -u github.com/ProtonMail/gopenpgp || true
|
|||
PACKAGE_PATH="github.com/ProtonMail/gopenpgp"
|
||||
|
||||
( cd "$GOPATH/src/$PACKAGE_PATH" && GO111MODULE=on go mod vendor )
|
||||
patch -p0 < $GOPATH/crypto.patch
|
||||
|
||||
OUTPUT_PATH="$GOPATH/dist"
|
||||
mkdir -p "$OUTPUT_PATH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue