Skip to content

Commit

Permalink
add libclang-dev to Dockerfile.large-genesis to fix full genesis test…
Browse files Browse the repository at this point in the history
… in CI
  • Loading branch information
xoloki committed Sep 18, 2023
1 parent dff0001 commit 7b5694e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/bitcoin-int-tests/Dockerfile.large-genesis
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ WORKDIR /src

COPY . .

RUN apt-get update && apt-get install -y libclang-dev

RUN cd / && wget https://bitcoin.org/bin/bitcoin-core-25.0/bitcoin-25.0-x86_64-linux-gnu.tar.gz
RUN cd / && tar -xvzf bitcoin-25.0-x86_64-linux-gnu.tar.gz

Expand Down

0 comments on commit 7b5694e

Please sign in to comment.