Skip to content

Commit 3f7581d

Browse files
committed
[TRIVIAL] reorder Windows gitian build order to match Linux
The consistency is helpful for gauging Gitian build progress. Right now it's necessary to remember which platform builds in which order, which can be confusing if you're attempting to get a quick idea of how far along your builds are.
1 parent 763828d commit 3f7581d

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)