Closed
Bug 1772043
Opened 4 years ago
Closed 4 years ago
Allow duplicate crates when one depends on the other
Categories
(Developer Infrastructure :: Mach Vendor & Updatebot, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•4 years ago
|
||
In bug 1769902, we allowed such duplicate crates when one of them is
under build/rust. This changes the logic to be more generic and allow
a crate duplicate when it depends on a crate of the same name, whether
in build/rust or elsewhere, which could happen for vendored transitional
crates (rare, but happens). This is also a more generic way to handle
our situation with build/rust and doesn't rely on parsing Cargo.toml.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/bfff4e8bf7f0
Allow duplicate crates when one depends on the other. r=firefox-build-system-reviewers,andi
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•