Auto merge of #2462 - str4d:2404-gitian-no-proton, r=ebfull

Disable building Proton in Gitian

This is the patch used to build 1.0.9 and 1.0.10.

Part of #2404.
This commit is contained in:
Homu 2017-06-23 18:34:31 -07:00
commit ad5e8a544b
1 changed files with 1 additions and 1 deletions

View 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