Skip to content

Commit e077e00

Browse files
committed
Merge #8948: [TRIVIAL] reorder Windows gitian build order to match Linux
3f7581d [TRIVIAL] reorder Windows gitian build order to match Linux (Micha)
2 parents f14f07c + 3f7581d commit e077e00

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
@@ -27,7 +27,7 @@ remotes:
2727
files: []
2828
script: |
2929
WRAP_DIR=$HOME/wrapped
30-
HOSTS="x86_64-w64-mingw32 i686-w64-mingw32"
30+
HOSTS="i686-w64-mingw32 x86_64-w64-mingw32"
3131
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests"
3232
FAKETIME_HOST_PROGS="g++ ar ranlib nm windres strip objcopy"
3333
FAKETIME_PROGS="date makensis zip"

0 commit comments

Comments
 (0)