Skip to content

Commit 4007303

Browse files
committed
Remove unused bitcoind from CI
1 parent 60a696b commit 4007303

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/unit.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,6 @@ jobs:
3838
with:
3939
tool: nextest
4040

41-
- name: Install bitcoind
42-
env:
43-
BITCOIND_VERSION: "29.0"
44-
BITCOIND_ARCH: "x86_64-linux-gnu"
45-
SHASUM: "a681e4f6ce524c338a105f214613605bac6c33d58c31dc5135bbc02bc458bb6c"
46-
run: |
47-
curl -fsSLO --proto "=https" --tlsv1.2 "https://bitcoincore.org/bin/bitcoin-core-$BITCOIND_VERSION/bitcoin-$BITCOIND_VERSION-$BITCOIND_ARCH.tar.gz"
48-
sha256sum -c <<< "$SHASUM bitcoin-$BITCOIND_VERSION-$BITCOIND_ARCH.tar.gz"
49-
tar xzf "bitcoin-$BITCOIND_VERSION-$BITCOIND_ARCH.tar.gz"
50-
sudo install -m 0755 -t /usr/local/bin bitcoin-"$BITCOIND_VERSION"/bin/*
51-
bitcoind --version
52-
rm -rf "bitcoin-$BITCOIND_VERSION" "bitcoin-$BITCOIND_VERSION-$BITCOIND_ARCH.tar.gz"
53-
5441
- name: Rust cache
5542
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
5643
with:

0 commit comments

Comments
 (0)