Browse Source

Disable building Proton in Gitian

This is the patch used to build 1.0.9 and 1.0.10.

Part of #2404.
pull/4/head
Jack Grigg 7 years ago
parent
commit
f86111d3f5
No known key found for this signature in database GPG Key ID: 665DBCD284F7DAFF
  1. 2
      contrib/gitian-descriptors/gitian-linux.yml

2
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

Loading…
Cancel
Save