Open
Bug 740359
Opened 13 years ago
Updated 2 years ago
nsBrowserApp.cpp, APKOpen.cpp, webapprt.cpp are always rebuilt
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: jrmuizel, Unassigned)
References
Details
(Whiteboard: [buildfaster:?])
This happens even when only changing java
Reporter | ||
Comment 1•13 years ago
|
||
This happens because APKOpen.cpp depends on application.ini.h
Reporter | ||
Comment 2•13 years ago
|
||
Which depends on the buildid file which changes everytime we build.
Comment 3•13 years ago
|
||
And that's done on purpose.
Comment 4•13 years ago
|
||
We could add some configure variable, like ALWAYS_UPDATE_BUILDID, and set it in the tinderbox mozconfigs. With that unset, we wouldn't bother regenerating the BuildID for every build, only for clobbers.
Updated•12 years ago
|
Whiteboard: [buildfaster:?]
Updated•11 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Summary: APKOpen.cpp seems to be always rebuilt → nsBrowserApp.cpp, APKOpen.cpp, webapprt.cpp are always rebuilt
Version: unspecified → Trunk
Comment 7•11 years ago
|
||
This is the perfect sort of thing to configure under developer options.
I don't know if it will play nicely with e.g. startup caches and Fennec, though.
Comment 8•11 years ago
|
||
(In reply to Nathan Froyd (:froydnj) from comment #7)
> I don't know if it will play nicely with e.g. startup caches and Fennec,
> though.
It doesn't. Which is why we've been keeping it that way so far.
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•