Disable cargo incremental when using sccache
Categories
(Firefox Build System :: General, task)
Tracking
(firefox70 fixed)
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file, 1 obsolete file)
Assignee | ||
Comment 1•6 years ago
|
||
For some reason, cargo incremental doesn't work as well as it should,
and doesn't perform as well as sccache does. So when building with
sccache, disable cargo incremental. This brought a no-change clobber
build with 100% cache from 3:50 to 2:05 on a beefy AWS instance I was
testing this with.
Assignee | ||
Comment 2•6 years ago
|
||
Comment 4•6 years ago
|
||
Backed out changeset cace4ffbecb2 (Bug 1576030) requested by glandium
Backout link: https://hg.mozilla.org/integration/autoland/rev/9425f7a14e310453770686eab5968d42f0b72593
Assignee | ||
Comment 5•6 years ago
|
||
I got the second part backed out because js_options that have varying behavior but not through its default make the default the value used in js... so here that means automation started enabling cargo incremental in js/. Not great. I'll file a followup to handle the "Allow to forcefully enable cargo incremental" part.
Comment 6•6 years ago
|
||
bugherder |
Updated•3 years ago
|
Description
•