Closed
Bug 1094303
Opened 11 years ago
Closed 11 years ago
Move buildlist invocations into misc tier
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla36
People
(Reporter: gps, Assigned: gps)
References
Details
Attachments
(1 file, 1 obsolete file)
Running buildlist slows down the libs tier dramatically. We can move invocations to the misc tier.
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8517573 -
Flags: review?(mh+mozilla)
| Assignee | ||
Comment 2•11 years ago
|
||
/r/181 - Bug 1094303 - Move XPT buildlist into misc tier
Pull down this commit:
hg pull review -r edb862755c2cafee625dbf686af07fb18c714162
Comment 3•11 years ago
|
||
https://reviewboard.mozilla.org/r/179/#review93
::: python/mozbuild/mozbuild/frontend/context.py
(Diff revision 1)
> - """, 'libs'),
> + """, 'misc'),
XPI_NAME != XPT_NAME
Updated•11 years ago
|
Attachment #8517573 -
Flags: review?(mh+mozilla)
| Assignee | ||
Comment 4•11 years ago
|
||
| Assignee | ||
Comment 5•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8517573 -
Flags: review?(mh+mozilla)
| Assignee | ||
Comment 6•11 years ago
|
||
/r/181 - Bug 1094303 - Move XPT buildlist into misc tier
Pull down this commit:
hg pull review -r 5249a888a1638f361fe734ae2bfa803e52131888
Updated•11 years ago
|
Attachment #8517573 -
Flags: review?(mh+mozilla) → review+
Comment 7•11 years ago
|
||
| Assignee | ||
Comment 8•11 years ago
|
||
Assignee: nobody → gps
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
| Assignee | ||
Comment 10•11 years ago
|
||
Attachment #8517573 -
Attachment is obsolete: true
Attachment #8618553 -
Flags: review+
| Assignee | ||
Comment 11•11 years ago
|
||
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•