Skip to content

Commit 11912bb

Browse files
bors[bot]rtzoeller
andauthored
Merge #1715
1715: Log compiler version in Cirrus CI r=asomers a=rtzoeller Co-authored-by: Ryan Zoeller <[email protected]>
2 parents 3109a6d + ad7d45a commit 11912bb

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)