]> git.proxmox.com Git - rustc.git/commitdiff
Don't use rustbuild yet, so our "pkg.rustc.dlstage0" works as before
authorXimin Luo <infinity0@debian.org>
Sun, 26 Feb 2017 15:56:14 +0000 (16:56 +0100)
committerXimin Luo <infinity0@debian.org>
Sun, 26 Feb 2017 15:56:14 +0000 (16:56 +0100)
i.e. only downloads stage0 without building the whole thing

debian/rules

index 81da6a72140c568707d92df974a5923049ffc4a1..bae5193e3ac135e585d07e75cf8a47144c466d0b 100755 (executable)
@@ -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