From 26ab9939c85f781e8b90b53e7d2009bf18907186 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Tue, 30 Dec 2014 15:28:34 -0500 Subject: [PATCH] rust: temporarily disable USE_LOCAL_RUST --- recipes/rust/rust.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/rust/rust.inc b/recipes/rust/rust.inc index 50b8254..246d95d 100644 --- a/recipes/rust/rust.inc +++ b/recipes/rust/rust.inc @@ -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/"