Skip to content

Commit f0299d8

Browse files
committed
Merge #8175: gitian: Add --disable-bench to config flags for windows
74c1347 gitian: Add --disable-bench to config flags for windows (Wladimir J. van der Laan)
2 parents 19ea173 + 74c1347 commit f0299d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/gitian-descriptors/gitian-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ files: []
2929
script: |
3030
WRAP_DIR=$HOME/wrapped
3131
HOSTS="x86_64-w64-mingw32 i686-w64-mingw32"
32-
CONFIGFLAGS="--enable-reduce-exports --disable-gui-tests"
32+
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests"
3333
FAKETIME_HOST_PROGS="g++ ar ranlib nm windres strip objcopy"
3434
FAKETIME_PROGS="date makensis zip"
3535
HOST_CFLAGS="-O2 -g"

0 commit comments

Comments
 (0)