Merge #8948: [TRIVIAL] reorder Windows gitian build order to match Linux

3f7581d [TRIVIAL] reorder Windows gitian build order to match Linux (Micha)
This commit is contained in:
Wladimir J. van der Laan 2016-10-25 13:24:29 +02:00 committed by Alexander Block
parent 00f4d887a2
commit 4d0f28545e

View File

@ -27,7 +27,7 @@ remotes:
files: []
script: |
WRAP_DIR=$HOME/wrapped
HOSTS="x86_64-w64-mingw32 i686-w64-mingw32"
HOSTS="i686-w64-mingw32 x86_64-w64-mingw32"
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests"
FAKETIME_HOST_PROGS="g++ ar ranlib nm windres strip objcopy"
FAKETIME_PROGS="date makensis zip"