Closed
Bug 1743033
Opened 3 years ago
Closed 3 years ago
Standalone configure shouldn't build mach virtualenv
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox-esr91 unaffected, firefox94 unaffected, firefox95 unaffected, firefox96 fixed)
RESOLVED
FIXED
96 Branch
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox94 | --- | unaffected |
firefox95 | --- | unaffected |
firefox96 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
STR:
cp configure.in configure
chmod +x configure
mkdir obj
cd obj
MOZBUILD_STATE_PATH=/tmp/mozbuild ../configure
This creates two virtualenvs: the mach virtualenv and the objdir virtualenv. The former should not be created.
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → mh+mozilla
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/f85f54ea7015
Avoid creating mach virtualenv when running confgure standalone. r=mhentges
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
Updated•3 years ago
|
Keywords: regression
Updated•3 years ago
|
status-firefox94:
--- → unaffected
status-firefox95:
--- → unaffected
status-firefox-esr91:
--- → unaffected
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•