fix the installation of Rust in the CI
!39 (merged) and !40 (merged) changed the CI to use a toolchain file.
however, having default
as the $.profile
causes extra useless components to be installed.
this MR sets the $.profile
to minimal
in the toolchain file and the $.components
to rustfmt
and clippy
.
Edited by STEVAN Antoine
Merge request reports
Activity
assigned to @a.stevan
added 2 commits
- 7f55edcb - Revert "Revert "remove the `RUSTUP_CHANNEL` from CI (!40 (merged))""
- 66a9e2e4 - set the list of components in the _toolchain_ file
changed title from {-Draft: Revert "remove the
RUSTUP_CHANNEL
from CI (!40 (merged))"-} to fix the installation of Rust in the CImentioned in commit ea2f73f5
mentioned in commit e0fb0f81
Please register or sign in to reply