Skip to content

Commit

Permalink
Pin rustc nightly arm version
Browse files Browse the repository at this point in the history
  • Loading branch information
7h0ma5 committed Mar 27, 2018
1 parent 6a2b363 commit 2c900be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c900be

Please sign in to comment.