Updates Linux gitian descriptor file for Zcash
This commit is contained in:
committed by
Jack Grigg
parent
7d1c2d0b72
commit
d707438c72
@@ -1,25 +1,30 @@
|
|||||||
---
|
---
|
||||||
name: "bitcoin-linux-0.11"
|
name: "zcash-1.0.0-rc1"
|
||||||
enable_cache: true
|
enable_cache: true
|
||||||
suites:
|
suites:
|
||||||
- "trusty"
|
- "trusty"
|
||||||
architectures:
|
architectures:
|
||||||
- "amd64"
|
- "amd64"
|
||||||
packages:
|
packages:
|
||||||
- "g++-multilib"
|
|
||||||
- "git-core"
|
|
||||||
- "pkg-config"
|
|
||||||
- "autoconf"
|
- "autoconf"
|
||||||
- "libtool"
|
|
||||||
- "automake"
|
- "automake"
|
||||||
- "faketime"
|
|
||||||
- "bsdmainutils"
|
- "bsdmainutils"
|
||||||
- "binutils-gold"
|
- "binutils-gold"
|
||||||
- "ca-certificates"
|
- "ca-certificates"
|
||||||
|
- "g++-multilib"
|
||||||
|
- "git-core"
|
||||||
|
- "libc6-dev"
|
||||||
|
- "libtool"
|
||||||
|
- "m4"
|
||||||
|
- "ncurses-dev"
|
||||||
|
- "pkg-config"
|
||||||
- "python"
|
- "python"
|
||||||
|
- "unzip"
|
||||||
|
- "wget"
|
||||||
|
- "zlib1g-dev"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://github.com/bitcoin/bitcoin.git"
|
- "url": "https://github.com/zcash/zcash.git"
|
||||||
"dir": "bitcoin"
|
"dir": "zcash"
|
||||||
files: []
|
files: []
|
||||||
script: |
|
script: |
|
||||||
WRAP_DIR=$HOME/wrapped
|
WRAP_DIR=$HOME/wrapped
|
||||||
@@ -73,7 +78,7 @@ script: |
|
|||||||
create_global_faketime_wrappers "2000-01-01 12:00:00"
|
create_global_faketime_wrappers "2000-01-01 12:00:00"
|
||||||
create_per-host_faketime_wrappers "2000-01-01 12:00:00"
|
create_per-host_faketime_wrappers "2000-01-01 12:00:00"
|
||||||
|
|
||||||
cd bitcoin
|
cd zcash
|
||||||
BASEPREFIX=`pwd`/depends
|
BASEPREFIX=`pwd`/depends
|
||||||
# Build dependencies for each host
|
# Build dependencies for each host
|
||||||
for i in $HOSTS; do
|
for i in $HOSTS; do
|
||||||
@@ -88,13 +93,13 @@ script: |
|
|||||||
./autogen.sh
|
./autogen.sh
|
||||||
CONFIG_SITE=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'`/share/config.site ./configure --prefix=/
|
CONFIG_SITE=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'`/share/config.site ./configure --prefix=/
|
||||||
make dist
|
make dist
|
||||||
SOURCEDIST=`echo bitcoin-*.tar.gz`
|
SOURCEDIST=`echo zcash-*.tar.gz`
|
||||||
DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'`
|
DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'`
|
||||||
# Correct tar file order
|
# Correct tar file order
|
||||||
mkdir -p temp
|
mkdir -p temp
|
||||||
pushd temp
|
pushd temp
|
||||||
tar xf ../$SOURCEDIST
|
tar xf ../$SOURCEDIST
|
||||||
find bitcoin-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST
|
find zcash* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST
|
||||||
popd
|
popd
|
||||||
|
|
||||||
ORIGPATH="$PATH"
|
ORIGPATH="$PATH"
|
||||||
|
|||||||
Reference in New Issue
Block a user