Closed
Bug 631396
Opened 14 years ago
Closed 8 years ago
Rebuilding a universal build with minimal changes is hard, especially after running tests
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mossop, Unassigned)
Details
I'm doing universal builds and don't want to have to completely rebuild each time. As well as building in all the appropriate directories (for each architecture) I'm then doing make -f client.mk postflight_all.
This takes a long time since it packages up the tests, is there a way to avoid that?
If I have run mochitests or similar in the objdir then postflight fails to unify because now one of the objdirs have .pyc and .log files in the tests directory. Either killing or ignoring those would be nice.
Comment 1•8 years ago
|
||
We no longer do universal builds (bug 1295375).
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
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
•