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 b222bb9 commit f73b4e3Copy full SHA for f73b4e3
install.sh
@@ -789,7 +789,7 @@ build_all()
789
create_from_github libbitcoin libbitcoin-protocol version3 "yes"
790
build_from_github libbitcoin-protocol "$PARALLEL" false "yes" "${BITCOIN_PROTOCOL_OPTIONS[@]}" "$@"
791
if [[ ! ($CI == true) ]]; then
792
- create_from_github libbitcoin libbitcoin-client version3
+ create_from_github libbitcoin libbitcoin-client version3 "yes"
793
build_from_github libbitcoin-client "$PARALLEL" true "yes" "${BITCOIN_CLIENT_OPTIONS[@]}" "$@"
794
else
795
push_directory "$PRESUMED_CI_PROJECT_PATH"
0 commit comments