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 e23420e commit 3fdd329Copy full SHA for 3fdd329
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-database version3
+ create_from_github libbitcoin libbitcoin-database version3 "yes"
780
build_from_github libbitcoin-database "$PARALLEL" true "yes" "${BITCOIN_DATABASE_OPTIONS[@]}" "$@"
781
else
782
push_directory "$PRESUMED_CI_PROJECT_PATH"
0 commit comments