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 d7475e8 commit bd296b2Copy full SHA for bd296b2
install.sh
@@ -787,7 +787,7 @@ build_all()
787
create_from_github libbitcoin libbitcoin-system master "yes"
788
build_from_github libbitcoin-system "$PARALLEL" false "yes" "${BITCOIN_SYSTEM_OPTIONS[@]}" "$@"
789
if [[ ! ($CI == true) ]]; then
790
- create_from_github libbitcoin libbitcoin-protocol master
+ create_from_github libbitcoin libbitcoin-protocol master "yes"
791
build_from_github libbitcoin-protocol "$PARALLEL" true "yes" "${BITCOIN_PROTOCOL_OPTIONS[@]}" "$@"
792
else
793
push_directory "$PRESUMED_CI_PROJECT_PATH"
0 commit comments