We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11f9128 + 6224ae0 commit 5d415ccCopy full SHA for 5d415cc
install.sh
@@ -774,7 +774,7 @@ build_all()
774
create_from_github libbitcoin secp256k1 version7 "yes"
775
build_from_github secp256k1 "$PARALLEL" false "yes" "${SECP256K1_OPTIONS[@]}" "$@"
776
if [[ ! ($CI == true) ]]; then
777
- create_from_github libbitcoin libbitcoin-system version3
+ create_from_github libbitcoin libbitcoin-system version3 "yes"
778
build_from_github libbitcoin-system "$PARALLEL" true "yes" "${BITCOIN_SYSTEM_OPTIONS[@]}" "$@"
779
else
780
push_directory "$PRESUMED_CI_PROJECT_PATH"
0 commit comments