Skip to content

Commit 147eb22

Browse files
cdeckermadelinevibes
authored andcommitted
ci: Download bitcoind 27.1 from GCS
bitcoincore.org was slowing us down massively, and we should be more respectful of the orgs bandwidth too. Changelog-None
1 parent 2a87dd2 commit 147eb22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/docker/Dockerfile.builder.fedora

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ RUN dnf update -y && \
2323
cargo && \
2424
dnf clean all
2525

26-
RUN wget https://bitcoincore.org/bin/bitcoin-core-$BITCOIN_VERSION/bitcoin-$BITCOIN_VERSION-x86_64-linux-gnu.tar.gz -O bitcoin.tar.gz && \
26+
RUN wget https://storage.googleapis.com/c-lightning-tests/bitcoind/bitcoin-${BITCOIN_VERSION}-x86_64-linux-gnu.tar.gz \
27+
-O bitcoin.tar.gz && \
2728
tar -xvzf bitcoin.tar.gz && \
2829
mv bitcoin-$BITCOIN_VERSION/bin/bitcoin* /usr/local/bin/ && \
2930
mv bitcoin-$BITCOIN_VERSION/lib/* /usr/local/lib/ && \

0 commit comments

Comments
 (0)