Skip to content

Commit

Permalink
guix: only build Template Provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Jul 18, 2024
1 parent 49ee434 commit 91720b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ mkdir -p "$OUTDIR"
###########################

# CONFIGFLAGS
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary"
CONFIGFLAGS="--enable-multiprocess --without-natpmp --without-upnp --disable-wallet --without-gui --disable-zmq --disable-external-signer --enable-reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary"

# CFLAGS
HOST_CFLAGS="-O2 -g"
Expand Down Expand Up @@ -250,8 +250,8 @@ mkdir -p "$DISTSRC"

sed -i.old 's/-lstdc++ //g' config.status libtool

# Build Bitcoin Core
make --jobs="$JOBS" ${V:+V=1}
# Build only the Template Provider
make src/bitcoin-miner --jobs="$JOBS" ${V:+V=1}

# Check that symbol/security checks tools are sane.
make test-security-check ${V:+V=1}
Expand Down

0 comments on commit 91720b7

Please sign in to comment.