Skip to content

Commit

Permalink
Remove anything related to BerkeleyDB from build script
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Mar 31, 2023
1 parent 1e61fca commit 8068bcb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ RUN cd / && \
git clone https://github.com/darosior/bitcoin.git && \
cd bitcoin && \
git checkout tapminiscript && \
./contrib/install_db4.sh `pwd` && \
export BDB_PREFIX='/bitcoin/db4' && \
./autogen.sh && \
./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include" --enable-suppress-external-warnings && \
./configure --enable-suppress-external-warnings && \
make -j "$(($(nproc)+1))" && \
mkdir bin && \
cp src/bitcoind src/bitcoin-cli src/bitcoin-tx src/bitcoin-util src/bitcoin-wallet ./bin
Expand Down

0 comments on commit 8068bcb

Please sign in to comment.