Skip to content

Commit ee9a976

Browse files
authored
Merge pull request #579 from pmienk/master
Regenerate artifacts.
2 parents 1cb3102 + 10670c0 commit ee9a976

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

install-cmakepresets.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ ZMQ_ARCHIVE="zeromq-4.3.5.tar.gz"
8585

8686
# Boost archive.
8787
#------------------------------------------------------------------------------
88-
BOOST_URL="https://archives.boost.io/release/1.78.0/source/boost_1_78_0.tar.bz2"
89-
BOOST_ARCHIVE="boost_1_78_0.tar.bz2"
88+
BOOST_URL="https://archives.boost.io/release/1.86.0/source/boost_1_86_0.tar.bz2"
89+
BOOST_ARCHIVE="boost_1_86_0.tar.bz2"
9090

9191

9292
# Define utility functions.
@@ -408,8 +408,6 @@ handle_custom_options()
408408
display_message "REPO_PRESET[libbitcoin-node]=${REPO_PRESET[libbitcoin-node]}"
409409
REPO_PRESET[libbitcoin-network]="$BASE_PRESET_ID"
410410
display_message "REPO_PRESET[libbitcoin-network]=${REPO_PRESET[libbitcoin-network]}"
411-
REPO_PRESET[libbitcoin-consensus]="$BASE_PRESET_ID"
412-
display_message "REPO_PRESET[libbitcoin-consensus]=${REPO_PRESET[libbitcoin-consensus]}"
413411
REPO_PRESET[libbitcoin-database]="$BASE_PRESET_ID"
414412
display_message "REPO_PRESET[libbitcoin-database]=${REPO_PRESET[libbitcoin-database]}"
415413
REPO_PRESET[libbitcoin-system]="$BASE_PRESET_ID"

0 commit comments

Comments
 (0)