File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
contrib/gitian-descriptors Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ script: |
4747
4848 WRAP_DIR=$HOME/wrapped
4949 HOSTS="x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu powerpc64-linux-gnu powerpc64le-linux-gnu riscv64-linux-gnu"
50- CONFIGFLAGS="--enable-glibc-back-compat --enable-reduce-exports --disable-bench --disable-gui-tests"
50+ CONFIGFLAGS="--enable-glibc-back-compat --enable-reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary "
5151 FAKETIME_HOST_PROGS="gcc g++"
5252 FAKETIME_PROGS="date ar ranlib nm"
5353 HOST_CFLAGS="-O2 -g"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ script: |
4040
4141 WRAP_DIR=$HOME/wrapped
4242 HOSTS="x86_64-apple-darwin18"
43- CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests XORRISOFS=${WRAP_DIR}/xorrisofs DMG=${WRAP_DIR}/dmg"
43+ CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary XORRISOFS=${WRAP_DIR}/xorrisofs DMG=${WRAP_DIR}/dmg"
4444 FAKETIME_HOST_PROGS=""
4545 FAKETIME_PROGS="ar ranlib date dmg xorrisofs"
4646
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ script: |
3131
3232 WRAP_DIR=$HOME/wrapped
3333 HOSTS="x86_64-w64-mingw32"
34- CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests"
34+ CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary "
3535 FAKETIME_HOST_PROGS="ar ranlib nm windres strip objcopy"
3636 FAKETIME_PROGS="date makensis zip"
3737 HOST_CFLAGS="-O2 -g -fno-ident"
You can’t perform that action at this time.
0 commit comments