wgpu's Cargo.toml and moz.yaml are out of sync
Categories
(Developer Infrastructure :: Mach Vendor & Updatebot, defect)
Tracking
(Not tracked)
People
(Reporter: tjr, Assigned: tjr)
References
(Regression)
Details
Attachments
(5 files)
The reason Bug 1770479 happened and was so sparse was because we didn't correctly update Cargo.toml when ./mach vendor
was run; this was because the find/replace didn't find the source string (in moz.yaml) in the destination file (Cargo.toml)
We should add a lint job that verifies they match (and at the same time, have the lint job make sure moz.yaml's contents validate which was requested recently as well.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D149306
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D149307
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D149308
Assignee | ||
Comment 5•3 years ago
|
||
Depends on D149309
Updated•3 years ago
|
Comment 7•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2f46d0dc5981
https://hg.mozilla.org/mozilla-central/rev/9d719730db2a
https://hg.mozilla.org/mozilla-central/rev/753714cb292d
https://hg.mozilla.org/mozilla-central/rev/28f58f932357
https://hg.mozilla.org/mozilla-central/rev/b379745fadda
Description
•