We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3109a6d + ad7d45a commit 11912bbCopy full SHA for 11912bb
.cirrus.yml
@@ -16,6 +16,8 @@ env:
16
build: &BUILD
17
build_script:
18
- . $HOME/.cargo/env || true
19
+ - $TOOL +$TOOLCHAIN -Vv
20
+ - rustc +$TOOLCHAIN -Vv
21
- $TOOL +$TOOLCHAIN $BUILD $ZFLAGS --target $TARGET --all-targets
22
- $TOOL +$TOOLCHAIN doc $ZFLAGS --no-deps --target $TARGET
23
- $TOOL +$TOOLCHAIN clippy $ZFLAGS --target $TARGET -- -D warnings
0 commit comments