Use binary prefix

This commit is contained in:
Jeremy Soller 2019-06-18 20:10:30 -06:00
parent 1e03427bba
commit bd3726f719
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1

View file

@ -4,7 +4,7 @@ ARCH?=x86_64
## Flags to pass to the installer (empty to download binary packages) ## Flags to pass to the installer (empty to download binary packages)
INSTALLER_FLAGS?=--cookbook=cookbook INSTALLER_FLAGS?=--cookbook=cookbook
## Enabled to use binary prefix (much faster) ## Enabled to use binary prefix (much faster)
PREFIX_BINARY?=0 PREFIX_BINARY?=1
## Enabled to build custom rustc ## Enabled to build custom rustc
PREFIX_RUSTC?=1 PREFIX_RUSTC?=1
## Filesystem size in MB (256 is the default) ## Filesystem size in MB (256 is the default)