Skip to content

Commit ad7d45a

Browse files
committed
Log compiler version in Cirrus CI
1 parent 3109a6d commit ad7d45a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cirrus.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ env:
1616
build: &BUILD
1717
build_script:
1818
- . $HOME/.cargo/env || true
19+
- $TOOL +$TOOLCHAIN -Vv
20+
- rustc +$TOOLCHAIN -Vv
1921
- $TOOL +$TOOLCHAIN $BUILD $ZFLAGS --target $TARGET --all-targets
2022
- $TOOL +$TOOLCHAIN doc $ZFLAGS --no-deps --target $TARGET
2123
- $TOOL +$TOOLCHAIN clippy $ZFLAGS --target $TARGET -- -D warnings

0 commit comments

Comments
 (0)