Closed
Bug 1576003
Opened 6 years ago
Closed 6 years ago
Some crates are built twice
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox70 fixed)
RESOLVED
FIXED
mozilla70
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
It appears it's due to syn features in jsrust being different from those in gkrust. I have a patch fixing that, but I also want to figure out a way to avoid this problem creeping in again.
| Assignee | ||
Comment 1•6 years ago
|
||
The discrepancy of features used for syn between jsrust and gkrust
triggered syn and its reverse dependencies up to cranelift to be
built once for jsrust and once for gkrust, while they are time consuming
to build.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/a1378c3569f3
Update workspace hack to avoid multiple builds of cranelift. r=nalexander
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•