Closed
Bug 1560340
Opened 6 years ago
Closed 6 years ago
When building spidermonkey, if js/confvars.sh does not exist, mach build reconfigures every time
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox69 fixed)
RESOLVED
FIXED
mozilla69
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: khyperia, Assigned: glandium)
Details
Attachments
(1 file)
When mozconfig contains ac_add_options --enable-application=js, it reconfigures every time mach build is ran, due to missing js/confvars.sh.
From some of my own digging, it looks like some code is trying to handle this, but seems to be failing? https://searchfox.org/mozilla-central/rev/da14c413ef663eb1ba246799e94a240f81c42488/moz.configure#648
My full mozconfig:
ac_add_options --enable-application=js
ac_add_options --disable-optimize
ac_add_options --enable-debug
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/js/src/obj-dbg
ac_add_options --disable-tests
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → mh+mozilla
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/0c2b80c35820
Only add confvars.sh as a dependency to config.status when it exists. r=chmanchester
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•