gitian: Version bump for Qt dependency
Bump Qt dependency version after OpenSSL update. Very important. Thanks @michagogo for noting.
This commit is contained in:
parent
fa2b42533a
commit
178825dec3
@ -22,8 +22,8 @@ remotes:
|
|||||||
- "url": "https://github.com/bitcoin/bitcoin.git"
|
- "url": "https://github.com/bitcoin/bitcoin.git"
|
||||||
"dir": "bitcoin"
|
"dir": "bitcoin"
|
||||||
files:
|
files:
|
||||||
- "qt-win32-5.2.0-gitian-r2.zip"
|
- "qt-win32-5.2.0-gitian-r3.zip"
|
||||||
- "qt-win64-5.2.0-gitian-r2.zip"
|
- "qt-win64-5.2.0-gitian-r3.zip"
|
||||||
- "boost-win32-1.55.0-gitian-r6.zip"
|
- "boost-win32-1.55.0-gitian-r6.zip"
|
||||||
- "boost-win64-1.55.0-gitian-r6.zip"
|
- "boost-win64-1.55.0-gitian-r6.zip"
|
||||||
- "bitcoin-deps-win32-gitian-r11.zip"
|
- "bitcoin-deps-win32-gitian-r11.zip"
|
||||||
@ -59,7 +59,7 @@ script: |
|
|||||||
mkdir -p $STAGING $BUILDDIR $BINDIR
|
mkdir -p $STAGING $BUILDDIR $BINDIR
|
||||||
#
|
#
|
||||||
cd $STAGING
|
cd $STAGING
|
||||||
unzip $INDIR/qt-win${BITS}-5.2.0-gitian-r2.zip
|
unzip $INDIR/qt-win${BITS}-5.2.0-gitian-r3.zip
|
||||||
unzip $INDIR/boost-win${BITS}-1.55.0-gitian-r6.zip
|
unzip $INDIR/boost-win${BITS}-1.55.0-gitian-r6.zip
|
||||||
unzip $INDIR/bitcoin-deps-win${BITS}-gitian-r11.zip
|
unzip $INDIR/bitcoin-deps-win${BITS}-gitian-r11.zip
|
||||||
unzip $INDIR/protobuf-win${BITS}-2.5.0-gitian-r4.zip
|
unzip $INDIR/protobuf-win${BITS}-2.5.0-gitian-r4.zip
|
||||||
|
@ -86,7 +86,7 @@ script: |
|
|||||||
export LD_PRELOAD=/usr/lib/faketime/libfaketime.so.1
|
export LD_PRELOAD=/usr/lib/faketime/libfaketime.so.1
|
||||||
export FAKETIME=$REFERENCE_DATETIME
|
export FAKETIME=$REFERENCE_DATETIME
|
||||||
find -print0 | xargs -r0 touch # fix up timestamps before packaging
|
find -print0 | xargs -r0 touch # fix up timestamps before packaging
|
||||||
find | sort | zip -X@ $OUTDIR/qt-win${BITS}-5.2.0-gitian-r2.zip
|
find | sort | zip -X@ $OUTDIR/qt-win${BITS}-5.2.0-gitian-r3.zip
|
||||||
unset LD_PRELOAD
|
unset LD_PRELOAD
|
||||||
unset FAKETIME
|
unset FAKETIME
|
||||||
done # for BITS in
|
done # for BITS in
|
||||||
|
Loading…
Reference in New Issue
Block a user