Closed
Bug 1799338
Opened 2 years ago
Closed 2 years ago
Build fails with --disable-backgroundtasks
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox-esr102 unaffected, firefox106 unaffected, firefox107 unaffected, firefox108 fixed)
RESOLVED
FIXED
108 Branch
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox106 | --- | unaffected |
firefox107 | --- | unaffected |
firefox108 | --- | fixed |
People
(Reporter: mathew.hodson, Assigned: mathew.hodson)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Build fails with --enable-backgroundtasks because MOZ_BACKGROUNDTASKS is set to False but the code expects it to be undefined.
I believe this was regress by bug 1796085.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Summary: Build fails with --enable-backgroundtasks → Build fails with --disable-backgroundtasks
Assignee | ||
Comment 1•2 years ago
|
||
I meant to say the build fails with --disable-backgroundtasks. It works with it enabled which is the default.
Assignee | ||
Comment 2•2 years ago
|
||
MOZ_BACKGROUNDTASKS should be undefined when the feature is disabled.
Add some more tests for when
parameter of set_config() and set_define().
Updated•2 years ago
|
Assignee: nobody → mathew.hodson
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•2 years ago
|
Keywords: regression
Comment 3•2 years ago
|
||
Set release status flags based on info from the regressing bug 1796085
status-firefox106:
--- → unaffected
status-firefox107:
--- → unaffected
status-firefox108:
--- → affected
status-firefox-esr102:
--- → unaffected
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/autoland/rev/94418496312d
Fix build with --disable-backgroundtasks. r=glandium
Comment 5•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•