rust: temporarily disable USE_LOCAL_RUST

This commit is contained in:
Cody P Schafer
2014-12-30 15:28:34 -05:00
parent 52e70f3355
commit 26ab9939c8
+3 -1
View File
@@ -14,7 +14,9 @@ LIC_FILES_CHKSUM ="\
# Controls whether we use the local rust.
# For -native, we set this to "0" by default.
# This avoids us downloading and using the snapshot for every rust build.
USE_LOCAL_RUST ??= "1"
## XXX: temporarily disabled while there are breaking changes conditional on
## stage0 (format_args!() change)
USE_LOCAL_RUST ??= "0"
# We generate local targets, and need to be able to locate them
export RUST_TARGET_PATH="${WORKDIR}/targets/"