Use clang toolchain for macosx native builds
Categories
(Firefox Build System :: Toolchains, task)
Tracking
(firefox93 fixed)
Tracking | Status | |
---|---|---|
firefox93 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(2 files)
Assignee | ||
Comment 1•4 years ago
|
||
Local builds don't use it, and currently the only builds that happen on
macs on automation are not using the clang toolchain, so they're not
going through the first condition, and the remainder of the mozconfig
is essentially no-ops (plus, the only builds on macs on automation that
do use mozconfigs at all are rusttests, for which those settings wouldn't
matter anyways).
Meaning in practice, the mozconfig is not doing anything useful.
Assignee | ||
Comment 2•4 years ago
|
||
For plain builds, that puts them more in line with local builds.
Comment 3•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox Build System::Toolchains' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/aefa63e887a9
https://hg.mozilla.org/mozilla-central/rev/79b3c0ca75fe
Description
•