Closed
Bug 1339182
Opened 8 years ago
Closed 8 years ago
Remove OSX universal support in the build system
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox54 fixed)
RESOLVED
FIXED
mozilla54
Tracking | Status | |
---|---|---|
firefox54 | --- | fixed |
People
(Reporter: mshal, Assigned: mshal)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
test_unify.py is currently the only test under python/mozbuild/mozpack that fails to run without an objdir, which means its harder to split them out into their own test job. Since this test just verifies the UnifiedFinder / UnifiedBuildFinder classes that we don't use anymore since bug 1295375, I think we should remove it. We mind as well remove the packaging code as well, unless https://bugzilla.mozilla.org/show_bug.cgi?id=1295375#c1 is still a concern. If so we can just remove the test file.
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
We should just start removing universal build support.
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8836836 [details]
Bug 1339182 - Remove OSX universal support in the build system;
https://reviewboard.mozilla.org/r/112150/#review113994
You have a typo in the commit message (varibale)
Attachment #8836836 -
Flags: review?(mh+mozilla) → review+
Comment hidden (mozreview-request) |
Pushed by mshal@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d88a5673b1f7
Remove OSX universal support in the build system; r=glandium
Comment 6•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
Comment 7•8 years ago
|
||
Are you going to remove browser/config/mozconfigs/macosx-universal one day?
Flags: needinfo?(ted)
Assignee | ||
Comment 8•8 years ago
|
||
(In reply to Jorg K (GMT+1) from comment #7)
> Are you going to remove browser/config/mozconfigs/macosx-universal one day?
I think we can once we no longer build macosx-universal on any tree. I think the m-c configs still play a role in the merge-day scripts, so I didn't want to mess with those yet. jlund can shed more light here - is it ok to remove these mozconfigs now or will that cause issues with universal builds on beta/release trees?
Flags: needinfo?(ted) → needinfo?(jlund)
Comment 9•8 years ago
|
||
should be safe to remove all mozconfigs from central and aurora after a quick eyeball at release/merge automation. thanks for checking!
Flags: needinfo?(jlund)
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•