From 3561015b93330f1bccb1bb98fd79ff43e7a7c591 Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Sun, 26 Feb 2017 16:56:14 +0100 Subject: [PATCH] Don't use rustbuild yet, so our "pkg.rustc.dlstage0" works as before i.e. only downloads stage0 without building the whole thing --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 81da6a7214..bae5193e3a 100755 --- a/debian/rules +++ b/debian/rules @@ -52,6 +52,7 @@ DEB_CONFIGURE_FLAGS = \ --host=$(DEB_HOST_RUST_TYPE) \ --target=$(DEB_TARGET_RUST_TYPE) \ --disable-manage-submodules \ + --disable-rustbuild \ --release-channel=$(RELEASE_CHANNEL) \ --prefix=/usr -- 2.39.5