Closed
Bug 1355099
Opened 9 years ago
Closed 9 years ago
Disable sccache for clang-cl builds
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox55 fixed)
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: ted, Assigned: ted)
Details
Attachments
(1 file)
We're currently using sccache for clang-cl builds, but it doesn't actually work right. For example, in this build:
https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&selectedJob=90128456
14:24:44 INFO - Compile requests 3133
14:24:44 INFO - Compile requests executed 19
14:24:44 INFO - Cache hits 0
14:24:44 INFO - Cache misses 19
<...>
14:24:44 INFO - Unsupported compiler calls 3110
I filed an sccache issue about supporting clang-cl properly, so if we get that working we can certainly re-enable it:
https://github.com/mozilla/sccache/issues/102
| Comment hidden (mozreview-request) |
Comment 2•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8856542 [details]
bug 1355099 - Disable sccache on clang-cl builds.
https://reviewboard.mozilla.org/r/128498/#review130952
Attachment #8856542 -
Flags: review?(mshal) → review+
| Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/63082b79a7790e36fb556fa795cbcfa3cc3b664e
bug 1355099 - Disable sccache on clang-cl builds. r=mshal
Comment 4•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•