mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +01:00
ci: use Bitcoin Core 24.1
This commit is contained in:
parent
222dafb197
commit
dff2dd259e
2
.github/scripts/setup.sh
vendored
2
.github/scripts/setup.sh
vendored
@ -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
|
||||
|
||||
|
10
.github/workflows/bsd.yml
vendored
10
.github/workflows/bsd.yml
vendored
@ -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
|
||||
|
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
2
.github/workflows/macos.yaml
vendored
2
.github/workflows/macos.yaml
vendored
@ -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
|
||||
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user