Skip to content

Commit

Permalink
guix: only build Template Provider
Browse files Browse the repository at this point in the history
For now also build bitcoin-node.
  • Loading branch information
Sjors committed Jul 19, 2024
1 parent 51ad2d3 commit a8bb152
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,12 @@ make -C depends --jobs="$JOBS" HOST="$HOST" \
x86_64_linux_RANLIB=x86_64-linux-gnu-gcc-ranlib \
x86_64_linux_NM=x86_64-linux-gnu-gcc-nm \
x86_64_linux_STRIP=x86_64-linux-gnu-strip \
MULTIPROCESS=1

MULTIPROCESS=1 \
NO_QT=1 \
NO_WALLET=1 \
NO_UPNP=1 \
NO_NATPMP=1 \
NO_ZMQ=1

###########################
# Source Tarball Building #
Expand All @@ -201,7 +205,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-daemon --without-utils --without-gui --disable-zmq --disable-external-signer --disable-tests --enable-reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary"

# CFLAGS
HOST_CFLAGS="-O2 -g"
Expand Down

0 comments on commit a8bb152

Please sign in to comment.