Skip to content

Commit 6c24b45

Browse files
committed
guix: only build Template Provider
1 parent 1aada34 commit 6c24b45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/guix/libexec/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ mkdir -p "$OUTDIR"
201201
###########################
202202

203203
# CONFIGFLAGS
204-
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary"
204+
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"
205205

206206
# CFLAGS
207207
HOST_CFLAGS="-O2 -g"
@@ -250,8 +250,8 @@ mkdir -p "$DISTSRC"
250250

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

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

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

0 commit comments

Comments
 (0)