]> Git Repo - VerusCoin.git/commitdiff
Disable building Proton in Gitian
authorJack Grigg <[email protected]>
Thu, 22 Jun 2017 13:02:01 +0000 (01:02 +1200)
committerJack Grigg <[email protected]>
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

index bfb3f3d902449fad575b95469e688c4585066170..952b59fa931a3f1ced8ebdb9417dc13c2c348521 100644 (file)
@@ -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.025782 seconds and 4 git commands to generate.