From ad4fdc0a29c3b68f4587c1adc00d1c1385e92912 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 16 Dec 2019 22:30:05 +0000 Subject: Pin Rust version in CI build script to 1.34.2 For easier debugging and migration, we pin the Rust version in the CI build script archlinux.yml to 1.34.2. --- .builds/archlinux.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.builds') diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index ebf79a7..015d6a5 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -7,9 +7,7 @@ sources: - https://git.ireas.org/ntw tasks: - setup: | - rustup update stable - rustup self upgrade-data - rustup default stable + rustup default 1.34.2 rustup target add thumbv7m-none-eabi rustup component add rustfmt rustup component add clippy -- cgit v1.2.1