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: |
47
47
48
48
WRAP_DIR=$HOME/wrapped
49
49
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 "
51
51
FAKETIME_HOST_PROGS="gcc g++"
52
52
FAKETIME_PROGS="date ar ranlib nm"
53
53
HOST_CFLAGS="-O2 -g"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ script: |
40
40
41
41
WRAP_DIR=$HOME/wrapped
42
42
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"
44
44
FAKETIME_HOST_PROGS=""
45
45
FAKETIME_PROGS="ar ranlib date dmg xorrisofs"
46
46
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ script: |
31
31
32
32
WRAP_DIR=$HOME/wrapped
33
33
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 "
35
35
FAKETIME_HOST_PROGS="ar ranlib nm windres strip objcopy"
36
36
FAKETIME_PROGS="date makensis zip"
37
37
HOST_CFLAGS="-O2 -g -fno-ident"
You can’t perform that action at this time.
0 commit comments