diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-12-16 22:30:05 +0000 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-12-16 23:37:23 +0100 |
commit | ad4fdc0a29c3b68f4587c1adc00d1c1385e92912 (patch) | |
tree | c28924a32e2304cb675923b8b54b88963109690e | |
parent | 853e613769087a4bf67023e42f7fc4f3b92339fb (diff) | |
download | ntw-ad4fdc0a29c3b68f4587c1adc00d1c1385e92912.tar.gz ntw-ad4fdc0a29c3b68f4587c1adc00d1c1385e92912.tar.bz2 |
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.
-rw-r--r-- | .builds/archlinux.yml | 4 |
1 files changed, 1 insertions, 3 deletions
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 |