Skip to content

Commit 78bc9b9

Browse files
authored
Merge pull request #349 from pmienk/version3
Correct install.sh outside CI.
2 parents e23420e + 3fdd329 commit 78bc9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ build_all()
776776
create_from_github libbitcoin libbitcoin-system version3 "yes"
777777
build_from_github libbitcoin-system "$PARALLEL" false "yes" "${BITCOIN_SYSTEM_OPTIONS[@]}" "$@"
778778
if [[ ! ($CI == true) ]]; then
779-
create_from_github libbitcoin libbitcoin-database version3
779+
create_from_github libbitcoin libbitcoin-database version3 "yes"
780780
build_from_github libbitcoin-database "$PARALLEL" true "yes" "${BITCOIN_DATABASE_OPTIONS[@]}" "$@"
781781
else
782782
push_directory "$PRESUMED_CI_PROJECT_PATH"

0 commit comments

Comments
 (0)