Skip to content
Snippets Groups Projects
Verified Commit bd3726f7 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Use binary prefix

parent 1e03427b
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ARCH?=x86_64 ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment