Closed
Bug 1184071
Opened 11 years ago
Closed 11 years ago
Add mozharness config for OS X cross compile builds
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Infrastructure & Operations Graveyard
CIDuty
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ted, Assigned: ted)
References
Details
Attachments
(1 file)
I stuck this in configs/builds/releng_base_mac_cross_builds.py, I don't know if that's the best place for it. It's just a copy of the existing mac config with the mozconfig + tooltool manifest changed, maybe it should just be a sub-config instead?
This is my current patch:
http://hg.mozilla.org/users/tmielczarek_mozilla.com/mozharness/rev/d2790a98cbe7
| Assignee | ||
Comment 1•11 years ago
|
||
bug 1184071 - mozharness config for mac cross-compile. r?jlund
Attachment #8634048 -
Flags: review?(jlund)
Updated•11 years ago
|
Attachment #8634048 -
Flags: review?(jlund) → review+
Comment 2•11 years ago
|
||
Comment on attachment 8634048 [details]
MozReview Request: bug 1184071 - mozharness config for mac cross-compile. r?jlund
https://reviewboard.mozilla.org/r/13315/#review12027
lgtm. I think you could overwrite what you need and put it in a sub config (sub configs inherit from the base cfg and update/merge items it defines). However, if there are going to be other builds based on this cross compile one (e.g. cross-compile debug), it is probably better to keep this as a base config
| Assignee | ||
Comment 3•11 years ago
|
||
Yeah. Ideally we'll wind up replacing all of the existing Mac builds with this configuration.
| Assignee | ||
Comment 4•11 years ago
|
||
url: https://hg.mozilla.org/build/mozharness/rev/07da5b376e805c7288c8c3d008b2bb45adecae63
changeset: 07da5b376e805c7288c8c3d008b2bb45adecae63
user: Ted Mielczarek <ted@mielczarek.org>
date: Mon Jul 13 15:46:56 2015 -0400
description:
bug 1184071 - mozharness config for mac cross-compile. r=jlund
| Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 5•11 years ago
|
||
merged to production https://hg.mozilla.org/build/mozharness/rev/239491bc393a
Updated•8 years ago
|
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•