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 7240f39 + 2068ceb commit 6f19b22Copy full SHA for 6f19b22
install.sh
@@ -787,7 +787,7 @@ build_all()
787
unpack_from_tarball "$ZMQ_ARCHIVE" "$ZMQ_URL" gzip "$BUILD_ZMQ"
788
build_from_tarball "$ZMQ_ARCHIVE" . "$PARALLEL" "$BUILD_ZMQ" "${ZMQ_OPTIONS[@]}" "$@"
789
if [[ ! ($CI == true) ]]; then
790
- create_from_github libbitcoin libbitcoin-protocol version3
+ create_from_github libbitcoin libbitcoin-protocol version3 "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