Closed
Bug 1679938
Opened 5 years ago
Closed 5 years ago
Don't recurse the build into mfbt for projects that don't need it
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox85 fixed)
RESOLVED
FIXED
85 Branch
| Tracking | Status | |
|---|---|---|
| firefox85 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•5 years ago
|
||
While all toolkit and js-based projects make use of mfbt, some others,
like tools/crashreporter and tools/update-packaging, don't.
So instead of including mfbt from the top-level directory, include it
from the relevant project top-level mozbuilds.
This allows to remove the dependency on mfbt files in the hash for the
minidump-stackwalk and mar-tools toolchains.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/9b02f9c1688b
Don't recurse the build into mfbt for projects that don't need it. r=firefox-build-system-reviewers,mhentges
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox85:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•