Skip to content

Commit c2e80c7

Browse files
committed
Replace db4 install script with depends
1 parent d3c4f9b commit c2e80c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ task:
6464
- make
6565
- make install # eatmydata
6666
upstream_clone_script:
67-
- git clone https://github.com/bitcoin/bitcoin --depth=1 ./bitcoin-core
67+
- git clone https://github.com/fanquake/bitcoin --depth=1 -b freebsd_bsd_visible_bdb ./bitcoin-core
6868
- cd bitcoin-core
69-
- ./contrib/install_db4.sh $(pwd)
69+
- gmake -C depends NO_BOOST=1 NO_LIBEVENT=1 NO_QT=1 NO_SQLITE=1 NO_NATPMP=1 NO_UPNP=1 NO_ZMQ=1 NO_USDT=1
7070
configure_script:
7171
- cd bitcoin-core
7272
- ./autogen.sh
73-
- ./configure ${CONFIGURE_OPTS} BDB_LIBS="-L$(pwd)/db4/lib -ldb_cxx-4.8" BDB_CFLAGS="-I$(pwd)/db4/include" || ( cat config.log && false)
73+
- ./configure ${CONFIGURE_OPTS} BDB_LIBS="-L$(pwd)/depends/$(./depends/config.guess)/lib -ldb_cxx-4.8" BDB_CFLAGS="-I$(pwd)/depends/$(./depends/config.guess)/include" || ( cat config.log && false)
7474
make_script:
7575
- cd bitcoin-core
7676
- gmake ${MAKEJOBS} || ( echo "Build failure. Verbose build follows." && gmake V=1 ; false )

0 commit comments

Comments
 (0)