Mercurial > hg > bitcoin
changeset 945:a61c5e76b6a0 draft
Update gitian build descriptors to produce proper builds.
Thanks to makomk for finding the bugs here and devrandom
for passing them along (see
https://bitcointalk.org/index.php?topic=42198.msg514312#msg514312)
author | Matt Corallo <matt@bluematt.me> |
---|---|
date | Fri, 09 Sep 2011 11:49:49 -0400 (2011-09-09) |
parents | 7309d19d9ef3 |
children | c66b6dd0f6ec |
files | contrib/gitian-win32.yml contrib/gitian.yml |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/gitian-win32.yml +++ b/contrib/gitian-win32.yml @@ -10,6 +10,7 @@ - "unzip" - "nsis" - "faketime" +- "wine" reference_datetime: "2011-01-30 00:00:00" remotes: - "url": "https://github.com/bitcoin/bitcoin.git"
--- a/contrib/gitian.yml +++ b/contrib/gitian.yml @@ -34,7 +34,7 @@ mkdir wxWidgets-2.9.2 cd wxWidgets-2.9.2 unzip ../wxWidgets-2.9.2-x32-gitian.zip - unzip -f ../wxWidgets-2.9.2-x64-gitian.zip + unzip -o ../wxWidgets-2.9.2-x64-gitian.zip cp -a bin/$GBUILD_BITS/wx/config/gtk2-unicode-static-2.9 $INSTDIR/bin/wx-config for lib in wx_gtk2u wxregexu wxtiff; do ar rc $INSTDIR/lib/lib${lib}-2.9.a bin/$GBUILD_BITS/$lib/*.o