mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
ci: use Bitcoin Core 27.1
Changelog-None
This commit is contained in:
parent
259015720e
commit
2614dfc104
4 changed files with 10 additions and 10 deletions
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=26.1
|
||||
export BITCOIN_VERSION=27.1
|
||||
export ELEMENTS_VERSION=22.0.2
|
||||
export RUST_VERSION=stable
|
||||
|
||||
|
|
10
.github/workflows/bsd.yml
vendored
10
.github/workflows/bsd.yml
vendored
|
@ -39,12 +39,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-26.1/bitcoin-26.1-x86_64-linux-gnu.tar.gz
|
||||
tar -xf bitcoin-26.1-x86_64-linux-gnu.tar.bz2
|
||||
sudo mv bitcoin-26.1/bin/* /usr/local/bin
|
||||
wget https://bitcoincore.org/bin/bitcoin-core-27.1/bitcoin-27.1-x86_64-linux-gnu.tar.gz
|
||||
tar -xf bitcoin-27.1-x86_64-linux-gnu.tar.bz2
|
||||
sudo mv bitcoin-27.1/bin/* /usr/local/bin
|
||||
rm -rf \
|
||||
bitcoin-26.1-x86_64-linux-gnu.tar.gz \
|
||||
bitcoin-26.1
|
||||
bitcoin-27.1-x86_64-linux-gnu.tar.gz \
|
||||
bitcoin-27.1
|
||||
|
||||
run: |
|
||||
PATH=/root/.local/bin:$PATH
|
||||
|
|
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -211,7 +211,7 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
timeout-minutes: 120
|
||||
env:
|
||||
BITCOIN_VERSION: "26.1"
|
||||
BITCOIN_VERSION: "27.1"
|
||||
ELEMENTS_VERSION: 23.2.1
|
||||
RUST_PROFILE: release # Has to match the one in the compile step
|
||||
PYTEST_OPTS: --timeout=1200 --force-flaky
|
||||
|
@ -319,7 +319,7 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
timeout-minutes: 120
|
||||
env:
|
||||
BITCOIN_VERSION: "26.1"
|
||||
BITCOIN_VERSION: "27.1"
|
||||
ELEMENTS_VERSION: 23.2.1
|
||||
RUST_PROFILE: release # Has to match the one in the compile step
|
||||
CFG: compile-gcc
|
||||
|
@ -389,7 +389,7 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
timeout-minutes: 120
|
||||
env:
|
||||
BITCOIN_VERSION: "26.1"
|
||||
BITCOIN_VERSION: "27.1"
|
||||
ELEMENTS_VERSION: 23.2.1
|
||||
RUST_PROFILE: release
|
||||
SLOW_MACHINE: 1
|
||||
|
|
2
.github/workflows/macos.yaml
vendored
2
.github/workflows/macos.yaml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
run: |
|
||||
export PATH="/usr/local/opt:/Users/runner/.local/bin:/Users/runner/Library/Python/3.10/bin:$PATH"
|
||||
|
||||
export BITCOIN_VERSION=26.1
|
||||
export BITCOIN_VERSION=27.1
|
||||
brew install wget autoconf automake libtool python@3.10 gnu-sed gettext libsodium
|
||||
|
||||
(
|
||||
|
|
Loading…
Add table
Reference in a new issue