Skip to content

Commit

Permalink
Static link openssl for aarch64-linux release
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Oct 12, 2023
1 parent 6d0fb94 commit ee92f3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
cd ..
export OPENSSL_LIB_DIR=${TOP_DIR}/openssl-3.1.3
export OPENSSL_INCLUDE_DIR=${TOP_DIR}/openssl-3.1.3/include
export OPENSSL_STATIC=1
PKG_CONFIG_ALLOW_CROSS=1 CC=gcc CC_aarch64_unknown_linux_gnu=aarch64-linux-gnu-gcc CKB_BUILD_TARGET="--target=aarch64-unknown-linux-gnu" make prod_portable
gpg --quiet --batch --yes --decrypt --passphrase="$LARGE_SECRET_PASSPHRASE" --output devtools/ci/signer.asc devtools/ci/signer.asc.gpg
gpg --import devtools/ci/signer.asc
Expand Down

0 comments on commit ee92f3f

Please sign in to comment.