Closed
Bug 1716912
Opened 3 years ago
Closed 3 years ago
Switch --enable-bootstrap on by default on Windows builds on central
Categories
(Firefox Build System :: Bootstrap Configuration, task)
Firefox Build System
Bootstrap Configuration
Tracking
(firefox91 fixed)
RESOLVED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
No description provided.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/9a676ae2b304
Switch --enable-bootstrap on by default on Windows builds on central r=firefox-build-system-reviewers,mhentges
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
Comment 4•3 years ago
|
||
Is --disable-bootstrap hooked up for people that want to disable this? It doesn't seem to be from looking at the code, but I'm not familiar with it.
Assignee | ||
Comment 5•3 years ago
|
||
Yes, you can --disable-bootstrap
. I'm not sure why you would want that except when there is a problem, though.
Comment 6•3 years ago
|
||
Two reasons:
- I used to do eager bootstrap anytime I pulled from central for a new build, I ran into a lot of blocking bugs this way, so I now I only do it when my build breaks.
- I have several active working directories, if I do a new pull/build in one dir I don't want that to break the existing build in another dir.
You need to log in
before you can comment on or make changes to this bug.
Description
•