Open
Bug 1570574
Opened 6 years ago
Updated 2 years ago
The lint docker image should install a predetermined version of rustfmt
Categories
(Developer Infrastructure :: Lint and Formatting, task, P2)
Developer Infrastructure
Lint and Formatting
Tracking
(Not tracked)
NEW
People
(Reporter: glandium, Assigned: Sylvestre)
References
Details
The lint docker image installs rustfmt without specifying a version, which means whatever is current at the moment the image is created for whatever reason is installed. That is not deterministic, and rustfmt is known to have changes in formatting behavior. Which means some landing that touches something unrelated that would trigger a lint docker image rebuild might pull a new version of rustfmt that would make the rustfmt lint fail because the in-tree source doesn't match whatever the rustfmt wants anymore.
Updated•5 years ago
|
Priority: -- → P2
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•