Actions
Bug #27968
openAdd rustfmt and clippy as required components
Bug #27968:
Add rustfmt and clippy as required components
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
We get error in CI looking like:
[2025-12-01T19:35:21.394Z] cargo fmt --all -- --check [2025-12-01T19:35:21.668Z] error: 'cargo-fmt' is not installed for the toolchain '1.89.0-x86_64-unknown-linux-gnu'. [2025-12-01T19:35:21.669Z] To install, run `rustup component add --toolchain 1.89.0-x86_64-unknown-linux-gnu rustfmt` [2025-12-01T19:35:21.669Z] make: *** [../../../rust.makefile:29: lint] Error 1
Updated by Alexis Mousset 5 days ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset 5 days ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Félix DALLIDET
- Pull Request set to https://github.com/Normation/rudder/pull/6761
Updated by François ARMAND 5 days ago
- Description updated (diff)
Updated by Alexis Mousset 5 days ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|444397a49482fc9b568ea3d4d48fafc1c888c2a8.
Updated by Alexis Mousset 3 days ago
- Fix check changed from To do to Checked
Actions