diff options
author | Micha <Michagogo@users.noreply.github.com> | 2016-10-18 01:07:53 +0300 |
---|---|---|
committer | Micha <Michagogo@users.noreply.github.com> | 2016-10-18 01:07:53 +0300 |
commit | 3f7581d9a4f9cb7dc5499fc85528e959da6b0efc (patch) | |
tree | c515fb70d252004e0aa313e8402a2075aa1364c7 /contrib/gitian-descriptors | |
parent | 763828df499f67c1c9d669d3223bd0636ed2b185 (diff) |
[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.
Diffstat (limited to 'contrib/gitian-descriptors')
-rw-r--r-- | contrib/gitian-descriptors/gitian-win.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index 32b57b3160..fe01b5b957 100644 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -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" |