We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b7cb7f + 33637a8 commit 2143080Copy full SHA for 2143080
1 file changed
install.sh
@@ -776,7 +776,7 @@ build_all()
776
create_from_github libbitcoin libbitcoin-system version3 "yes"
777
build_from_github libbitcoin-system "$PARALLEL" false "yes" "${BITCOIN_SYSTEM_OPTIONS[@]}" "$@"
778
if [[ ! ($CI == true) ]]; then
779
- create_from_github libbitcoin libbitcoin-network version3
+ create_from_github libbitcoin libbitcoin-network version3 "yes"
780
build_from_github libbitcoin-network "$PARALLEL" true "yes" "${BITCOIN_NETWORK_OPTIONS[@]}" "$@"
781
else
782
push_directory "$PRESUMED_CI_PROJECT_PATH"
0 commit comments