projects
/
VerusCoin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d52ac0d
)
Disable building Proton in Gitian
author
Jack Grigg
<jack@z.cash>
Thu, 22 Jun 2017 13:02:01 +0000
(
01:02
+1200)
committer
Jack Grigg
<jack@z.cash>
Thu, 22 Jun 2017 13:02:01 +0000
(
01:02
+1200)
This is the patch used to build 1.0.9 and 1.0.10.
Part of #2404.
contrib/gitian-descriptors/gitian-linux.yml
patch
|
blob
|
blame
|
history
diff --git
a/contrib/gitian-descriptors/gitian-linux.yml
b/contrib/gitian-descriptors/gitian-linux.yml
index bfb3f3d902449fad575b95469e688c4585066170..952b59fa931a3f1ced8ebdb9417dc13c2c348521 100644
(file)
--- a/
contrib/gitian-descriptors/gitian-linux.yml
+++ b/
contrib/gitian-descriptors/gitian-linux.yml
@@
-85,7
+85,7
@@
script: |
BASEPREFIX=`pwd`/depends
# Build dependencies for each host
for i in $HOSTS; do
- make ${MAKEOPTS} -C ${BASEPREFIX} HOST="${i}"
+
NO_PROTON="x"
make ${MAKEOPTS} -C ${BASEPREFIX} HOST="${i}"
done
# Faketime for binaries
This page took
0.023722 seconds
and
4
git commands to generate.