summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Saveau <saveau.alexandre@gmail.com>2022-12-04 11:34:22 -0800
committerAlex Saveau <saveau.alexandre@gmail.com>2022-12-04 13:44:50 -0800
commitbc2b023e2473531448e1e24502da746dca9ff2ac (patch)
tree022a92052d492ef559bcab576dbd1b1cfa3305a9
parentfb802462a6c5c254f544dc2601ebe5ef8ab110bc (diff)
downloadnix-bc2b023e2473531448e1e24502da746dca9ff2ac.zip
Tweak cirrus rust versions
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
-rw-r--r--.cirrus.yml15
1 files changed, 7 insertions, 8 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index bdbfed53..d69716db 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -9,7 +9,7 @@ env:
RUSTDOCFLAGS: -D warnings
TOOL: cargo
# The MSRV
- TOOLCHAIN: 1.63
+ TOOLCHAIN: 1.63.0
ZFLAGS:
# Tests that don't require executing the build binaries
@@ -140,24 +140,23 @@ task:
matrix:
- name: Linux aarch64
arm_container:
- image: rust:1.63
+ image: rust:1.63.0
env:
RUSTFLAGS: --cfg graviton -D warnings
TARGET: aarch64-unknown-linux-gnu
- name: Linux x86_64
container:
- image: rust:1.63
+ image: rust:1.63.0
env:
TARGET: x86_64-unknown-linux-gnu
- name: Linux x86_64 musl
container:
- image: rust:1.63
+ image: rust:1.63.0
env:
TARGET: x86_64-unknown-linux-musl
setup_script:
- rustup target add $TARGET
- - rustup toolchain install $TOOLCHAIN --profile minimal --target $TARGET
- - rustup component add --toolchain $TOOLCHAIN clippy
+ - rustup component add clippy
<< : *TEST
before_cache_script: rm -rf $CARGO_HOME/registry/index
@@ -177,7 +176,7 @@ task:
# Tasks for cross-compiling, but no testing
task:
container:
- image: rust:1.63
+ image: rust:1.63.0
env:
BUILD: check
HOST: x86_64-unknown-linux-gnu
@@ -251,7 +250,7 @@ task:
task:
container:
- image: rust:1.63
+ image: rust:1.63.0
env:
BUILD: check
name: Redox x86_64