ci: use Bitcoin Core 24.1

This commit is contained in:
fanquake 2023-05-19 11:46:58 +01:00 committed by Christian Decker
parent 222dafb197
commit dff2dd259e
4 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -e
export DEBIAN_FRONTEND=noninteractive
export BITCOIN_VERSION=24.0.1
export BITCOIN_VERSION=24.1
export ELEMENTS_VERSION=22.0.2
export RUST_VERSION=stable

View File

@ -46,12 +46,12 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly-2021-08-3z1
cd /tmp/ || exit 1
wget https://bitcoincore.org/bin/bitcoin-core-24.0.1/bitcoin-24.0.1-x86_64-linux-gnu.tar.gz
tar -xf bitcoin-24.0.1-x86_64-linux-gnu.tar.bz2
sudo mv bitcoin-24.0.1/bin/* /usr/local/bin
wget https://bitcoincore.org/bin/bitcoin-core-24.1/bitcoin-24.1-x86_64-linux-gnu.tar.gz
tar -xf bitcoin-24.1-x86_64-linux-gnu.tar.bz2
sudo mv bitcoin-24.1/bin/* /usr/local/bin
rm -rf \
bitcoin-24.0.1-x86_64-linux-gnu.tar.gz \
bitcoin-24.0.1
bitcoin-24.1-x86_64-linux-gnu.tar.gz \
bitcoin-24.1
run: |
PATH=/root/.local/bin:$PATH

View File

@ -203,7 +203,7 @@ jobs:
timeout-minutes: 120
env:
COMPAT: 1
BITCOIN_VERSION: 24.0.1
BITCOIN_VERSION: 24.1
ELEMENTS_VERSION: 22.0.2
RUST_PROFILE: release # Has to match the one in the compile step
PYTEST_OPTS: --timeout=1200
@ -311,7 +311,7 @@ jobs:
timeout-minutes: 120
env:
COMPAT: 1
BITCOIN_VERSION: 24.0.1
BITCOIN_VERSION: 24.1
ELEMENTS_VERSION: 22.0.2
RUST_PROFILE: release # Has to match the one in the compile step
VALGRIND: 1

View File

@ -22,7 +22,7 @@ jobs:
run: |
export PATH="/usr/local/opt:/Users/runner/.local/bin:/Users/runner/Library/Python/3.10/bin:$PATH"
export BITCOIN_VERSION=24.0.1
export BITCOIN_VERSION=24.1
brew install wget autoconf automake libtool python@3.10 gmp gnu-sed gettext libsodium
(