We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f76f84 commit 4b9cccbCopy full SHA for 4b9cccb
install.sh
@@ -794,7 +794,7 @@ build_all()
794
create_from_github libbitcoin libbitcoin-network version3 "yes"
795
build_from_github libbitcoin-network "$PARALLEL" false "yes" "${BITCOIN_NETWORK_OPTIONS[@]}" "$@"
796
if [[ ! ($CI == true) ]]; then
797
- create_from_github libbitcoin libbitcoin-node version3
+ create_from_github libbitcoin libbitcoin-node version3 "yes"
798
build_from_github libbitcoin-node "$PARALLEL" true "yes" "${BITCOIN_NODE_OPTIONS[@]}" "$@"
799
else
800
push_directory "$PRESUMED_CI_PROJECT_PATH"
0 commit comments