Skip to content

Commit 5f75b6c

Browse files
committed
Idea for expanded and clarified ci-check-msrv recipe doc
Probably it should not be in quite this form in the `justfile`, though, because only the `#` line immediately preceding the first line that is formally part of the recipe is shown in `just --list`.
1 parent ac5f33d commit 5f75b6c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

justfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,11 @@ cross-test-android: (cross-test 'armv7-linux-androideabi' '--no-default-features
238238
check-size:
239239
etc/check-package-size.sh
240240

241-
# Check the minimal support Rust version, with the currently installed Rust version
241+
# Assume the current default toolchain is the Minimal Supported Rust Version and check against it
242+
#
243+
# This is run on CI in `msrv.yml`, after the MSRV toolchain is installed and set as default, and
244+
# after dependencies in `Cargo.lock` are downgraded to the latest MSRV-compatible versions.
245+
# Only if those or similar steps are done first does this recipe really validate the MSRV.
242246
ci-check-msrv:
243247
rustc --version
244248
cargo check -p gix

0 commit comments

Comments
 (0)