From 2c900be8f4c16bd8c4d418e094cae87cf5f362cf Mon Sep 17 00:00:00 2001 From: Thomas Gatzweiler Date: Tue, 27 Mar 2018 14:49:31 +0200 Subject: [PATCH] Pin rustc nightly arm version --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 6c530ab..f89afa0 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ override_dh_auto_configure: ifeq ($(DEB_TARGET_ARCH), armhf) curl https://static.rust-lang.org/rustup/dist/arm-unknown-linux-gnueabihf/rustup-init -o rustup-init chmod +x rustup-init - ./rustup-init -y --default-toolchain=nightly-arm-unknown-linux-gnueabihf + ./rustup-init -y --default-toolchain=nightly-2018-03-25-arm-unknown-linux-gnueabihf endif ifeq ($(DEB_TARGET_ARCH), i386) curl https://static.rust-lang.org/rustup/dist/i686-unknown-linux-gnu/rustup-init -o rustup-init