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)

Tracking

(Not tracked)

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.

thank, thanks

Assignee: nobody → sledru
Priority: -- → P2
Product: Firefox Build System → Developer Infrastructure
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.