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.
2 parents 358c529 + 2b5d672 commit 13aceaeCopy full SHA for 13aceae
install.sh
@@ -809,7 +809,7 @@ build_all()
809
create_from_github libbitcoin libbitcoin-protocol version3 "yes"
810
build_from_github libbitcoin-protocol "$PARALLEL" false "yes" "${BITCOIN_PROTOCOL_OPTIONS[@]}" "$@"
811
if [[ ! ($CI == true) ]]; then
812
- create_from_github libbitcoin libbitcoin-server version3
+ create_from_github libbitcoin libbitcoin-server version3 "yes"
813
build_from_github libbitcoin-server "$PARALLEL" true "yes" "${BITCOIN_SERVER_OPTIONS[@]}" "$@"
814
else
815
push_directory "$PRESUMED_CI_PROJECT_PATH"
0 commit comments