Skip to content

Commit cb151b7

Browse files
committed
build: Disable --disable-fuzz-binary for guix builds
1 parent fd7caae commit cb151b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/guix/libexec/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ fi
204204
###########################
205205

206206
# CONFIGFLAGS
207-
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests"
207+
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary"
208208
case "$HOST" in
209209
*linux*) CONFIGFLAGS+=" --enable-glibc-back-compat" ;;
210210
esac

0 commit comments

Comments
 (0)