Open
Bug 901840
(artifact)
Opened 11 years ago
Updated 2 years ago
[meta] Support development mode that doesn't require compilation and linking
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: gps, Unassigned)
References
(Depends on 14 open bugs)
Details
(Keywords: meta)
Firefox developers have long cried "but I only touch JavaScript, why do I need to compile thousands of C++ files?" They have a point. We should see if we can offer some kind of build/development mode that disables compiling and uses pre-built binaries.
As suggested by Mike Hommey in bug 901384, we should make --disable-compile-environment usable and offer some kind of development mode that downloads and unpacks the latest Nightly or something. Expanding on that, we know the local changeset being developed, so we should be able to cross reference that to a push/build and obtain an appropriate binary package from the automation output.
Updated•9 years ago
|
Reporter | ||
Updated•9 years ago
|
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•6 years ago
|
Summary: Support development mode that doesn't require compilation and linking → [meta] Support development mode that doesn't require compilation and linking
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•