Closed
Bug 911902
Opened 12 years ago
Closed 12 years ago
Build ffi and icu during the libs subtier instead of export
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla26
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file, 2 obsolete files)
1.91 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #798711 -
Flags: review?(ted)
Assignee | ||
Comment 2•12 years ago
|
||
A version that actually works. Note that as a side effect, it makes ICU build in parallel of the rest of js/src. Sadly, the rest of js/src still builds faster so we still have a period of time where ICU is all that's building.
Attachment #798714 -
Flags: review?(ted)
Assignee | ||
Updated•12 years ago
|
Attachment #798711 -
Attachment is obsolete: true
Attachment #798711 -
Flags: review?(ted)
Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 798714 [details] [diff] [review]
Build ffi and icu during the libs subtier instead of export
Grah, this makes us rebuild libjs every time.
Attachment #798714 -
Flags: review?(ted)
Assignee | ||
Comment 4•12 years ago
|
||
Attachment #799996 -
Flags: review?(gps)
Assignee | ||
Comment 5•12 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #4)
> Created attachment 799996 [details] [diff] [review]
> Build ffi and icu during the compile tier instead of export
This subtly uses the new compile tier to avoid the requirement for order-only prerequisites.
Updated•12 years ago
|
Attachment #799996 -
Flags: review?(gps) → review+
Assignee | ||
Updated•12 years ago
|
Attachment #798714 -
Attachment is obsolete: true
Assignee | ||
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
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
•