Closed
Bug 1773189
Opened 3 years ago
Closed 3 years ago
Avoid windows-rs crates accidentally sneaking in the tree for now
Categories
(Developer Infrastructure :: Mach Vendor & Updatebot, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(2 files)
No description provided.
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
Some crates in our graph have dependencies on parking_lot >= 0.11,
<=0.12, meaning cargo update might pull parking_lot 0.12, which brings
windows-sys.
mio >= 0.8.1 also pull windows-sys in.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/ccf2958988f3
Reject windows and windows-sys crates when vendoring for now. r=firefox-build-system-reviewers,andi
https://hg.mozilla.org/integration/autoland/rev/a0b400265488
Avoid windows-sys dependencies being pulled in by `cargo update`. r=emilio
Comment 4•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/ccf2958988f3
https://hg.mozilla.org/mozilla-central/rev/a0b400265488
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•