Commit 3a63c68
committed
Actually build
This changes `cargo check` commands to `cargo build` in the
`ci-check-msrv` recipe in the `justfile`, which the `check-msrv` CI
jobs in `msrv.yml` use. (It updates a CI step name accordingly.)
The idea is to make sure at least `gix`, with the two combinations
of features tested, actually *builds* under the MSRV toolchain.
As in f10f18d, this also updates the `Makefile` rule corresponding
to that `justfile` recipe.
The idea of actually building was suggested in:
#1808 (comment)
However, this does not uncover any new breakages. And there has
been further improvement on #1808, including in the commits leading
up to this, as well as earlier, in 569c186 (#1909). Nonetheless, it
seems likely that some problems remain with some combinations of
crates and features that are not currently exercised in the MSRV
check. #1808 is most likely not yet fully fixed.gix to check MSRV1 parent dc1d271 commit 3a63c68
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
| 129 | + | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
250 | | - | |
| 249 | + | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
0 commit comments