Skip to content

Commit a8bb152

Browse files
committed
guix: only build Template Provider
For now also build bitcoin-node.
1 parent 51ad2d3 commit a8bb152

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

contrib/guix/libexec/build.sh

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,12 @@ make -C depends --jobs="$JOBS" HOST="$HOST" \
179179
x86_64_linux_RANLIB=x86_64-linux-gnu-gcc-ranlib \
180180
x86_64_linux_NM=x86_64-linux-gnu-gcc-nm \
181181
x86_64_linux_STRIP=x86_64-linux-gnu-strip \
182-
MULTIPROCESS=1
183-
182+
MULTIPROCESS=1 \
183+
NO_QT=1 \
184+
NO_WALLET=1 \
185+
NO_UPNP=1 \
186+
NO_NATPMP=1 \
187+
NO_ZMQ=1
184188

185189
###########################
186190
# Source Tarball Building #
@@ -201,7 +205,7 @@ mkdir -p "$OUTDIR"
201205
###########################
202206

203207
# CONFIGFLAGS
204-
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary"
208+
CONFIGFLAGS="--enable-multiprocess --without-natpmp --without-upnp --disable-wallet --without-daemon --without-utils --without-gui --disable-zmq --disable-external-signer --disable-tests --enable-reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary"
205209

206210
# CFLAGS
207211
HOST_CFLAGS="-O2 -g"

0 commit comments

Comments
 (0)