Skip to content

Commit

Permalink
Merge bitcoin#8948: [TRIVIAL] reorder Windows gitian build order to m…
Browse files Browse the repository at this point in the history
…atch Linux

3f7581d [TRIVIAL] reorder Windows gitian build order to match Linux (Micha)
  • Loading branch information
laanwj committed Oct 25, 2016
2 parents f14f07c + 3f7581d commit e077e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e077e00

Please sign in to comment.