ci: use Bitcoin Core 25.0

This commit is contained in:
fanquake
2023-05-26 11:46:47 +01:00
committed by Rusty Russell
parent a7786ca742
commit 5aa7634753
4 changed files with 9 additions and 9 deletions

View File

@@ -44,12 +44,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.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
wget https://bitcoincore.org/bin/bitcoin-core-25.0/bitcoin-25.0-x86_64-linux-gnu.tar.gz
tar -xf bitcoin-25.0-x86_64-linux-gnu.tar.bz2
sudo mv bitcoin-25.0/bin/* /usr/local/bin
rm -rf \
bitcoin-24.1-x86_64-linux-gnu.tar.gz \
bitcoin-24.1
bitcoin-25.0-x86_64-linux-gnu.tar.gz \
bitcoin-25.0
run: |
PATH=/root/.local/bin:$PATH

View File

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

View File

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