mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
Fix gitian: bitcoin-deps is at version 0.0.7
This commit is contained in:
parent
69b16a11a2
commit
d969c2c073
@ -14,8 +14,6 @@ files:
|
||||
- "protobuf-2.5.0.tar.bz2"
|
||||
script: |
|
||||
#
|
||||
export LD_PRELOAD=/usr/lib/faketime/libfaketime.so.1
|
||||
export FAKETIME=$REFERENCE_DATETIME
|
||||
export TZ=UTC
|
||||
export INSTALLPREFIX=$OUTDIR/staging/deps
|
||||
export HOST=i586-mingw32msvc
|
||||
@ -36,4 +34,8 @@ script: |
|
||||
make
|
||||
make install
|
||||
cd $INSTALLPREFIX
|
||||
export LD_PRELOAD=/usr/lib/faketime/libfaketime.so.1
|
||||
export FAKETIME=$REFERENCE_DATETIME
|
||||
zip -r $OUTDIR/protobuf-win32-2.5.0-gitian-r2.zip include lib host
|
||||
unset LD_PRELOAD
|
||||
unset FAKETIME
|
||||
|
@ -14,14 +14,14 @@ reference_datetime: "2011-01-30 00:00:00"
|
||||
remotes: []
|
||||
files:
|
||||
- "qt-everywhere-opensource-src-4.8.3.tar.gz"
|
||||
- "bitcoin-deps-0.0.6.zip"
|
||||
- "bitcoin-deps-0.0.7.zip"
|
||||
script: |
|
||||
INSTDIR="$HOME/qt/"
|
||||
mkdir $INSTDIR
|
||||
mkdir -p $INSTDIR/host/bin
|
||||
#
|
||||
# Need mingw-compiled openssl from bitcoin-deps:
|
||||
unzip bitcoin-deps-0.0.6.zip
|
||||
unzip bitcoin-deps-0.0.7.zip
|
||||
DEPSDIR=`pwd`
|
||||
#
|
||||
tar xzf qt-everywhere-opensource-src-4.8.3.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user