Closed
Bug 1576922
Opened 4 years ago
Closed 4 years ago
Don't build JS fuzz-tests with JS_DISABLE_SHELL
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox70 fixed)
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: decoder, Assigned: decoder)
References
Details
Attachments
(1 file)
Over in bug 1576082, :glandium disabled building of jsapi-tests and friends if JS_DISABLE_SHELL is set. It looks like fuzz-tests was forgotten which leads to a local build failure when building with --enable-fuzzing and the JS shell disabled (which seems to be the default now).
Easy fix, patch coming.
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by choller@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/ac1b574350a7 Don't build JS fuzz-tests when JS shell is disabled. r=froydnj
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•