Skip to content

Commit

Permalink
add: solana-sdk/openssl to all release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRigel committed Nov 13, 2024
1 parent 6b92a71 commit 5c66b50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/cargo-install-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,11 @@ done

mkdir -p "$installDir/bin"

# All release binaries should be built with openssl in vendored mode, since the
# determinism of sdk/secp256r1 is crucial
cargo_build() {
# shellcheck disable=SC2086 # Don't want to double quote $maybeRustVersion
"$cargo" $maybeRustVersion build $buildProfileArg "$@"
"$cargo" $maybeRustVersion build $buildProfileArg --features solana-sdk/openssl "$@"
}

# This is called to detect both of unintended activation AND deactivation of
Expand Down

0 comments on commit 5c66b50

Please sign in to comment.