Closed
Bug 1250697
Opened 9 years ago
Closed 9 years ago
Produce non-universal opt Mac builds for artifacts
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox47 fixed)
RESOLVED
FIXED
mozilla47
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: gps, Assigned: dminor)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Let's run a non-universal opt Mac build for use with artifact builds. Goal is artifact builds can download a fully processed archive without having to e.g. do DMG processing locally.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → dminor
Comment 1•9 years ago
|
||
This is the existing debug Taskcluster build task:
https://dxr.mozilla.org/mozilla-central/source/testing/taskcluster/tasks/builds/dbg_macosx64.yml
There is an opt build task file in the tree, but it's not hooked up to anything and may be broken currently:
https://dxr.mozilla.org/mozilla-central/source/testing/taskcluster/tasks/builds/opt_macosx64.yml
The other tasks got refactored a bit at some point, and that one may not have been since it's not hooked up. You'd hook it up right here:
https://dxr.mozilla.org/mozilla-central/rev/789a12291942763bc1e3a89f97e0b82dc1c9d00b/testing/taskcluster/tasks/branches/base_jobs.yml#153
Assignee | ||
Comment 2•9 years ago
|
||
It looks like things are working ok:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=a37c4077b532&selectedJob=17129794
Do we still need debug builds?
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/36359/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/36359/
Attachment #8723115 -
Flags: review?(ted)
Comment 4•9 years ago
|
||
Comment on attachment 8723115 [details]
MozReview Request: Bug 1250697 - Produce non-universal opt Mac builds for artifacts r?ted
https://reviewboard.mozilla.org/r/36359/#review33023
I'm glad these task files work without changes!
Attachment #8723115 -
Flags: review?(ted) → review+
Comment 6•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
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
•