Closed
Bug 1663755
Opened 5 years ago
Closed 5 years ago
Remove inherit-from-parent-environment implementation
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox82 fixed)
RESOLVED
FIXED
82 Branch
| Tracking | Status | |
|---|---|---|
| firefox82 | --- | fixed |
People
(Reporter: rstewart, Assigned: rstewart)
References
Details
Attachments
(1 file)
It shouldn't be necessary any longer.
| Assignee | ||
Comment 1•5 years ago
|
||
This was originally meant to allow virtualenvs to use packages from a parent Python environment without having to re-install them. This turned out to not pan out as we would have liked, so we're going another way to solve the same problem. Bug 1660351 walked back a bunch of this logic; this patch deletes the rest of it.
Pushed by rstewart@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f97f4ae8e721
Remove `inherit-from-parent-environment` implementation r=ahal
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
Comment 4•5 years ago
|
||
Backed out for causing bustages in Bug 1664106- https://hg.mozilla.org/mozilla-central/rev/fe5de4235a06718aff9fd9fa34801916fd7fedd2
Status: RESOLVED → REOPENED
status-firefox82:
fixed → ---
Resolution: FIXED → ---
Target Milestone: 82 Branch → ---
Pushed by rstewart@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4627a7a4713d
Remove `inherit-from-parent-environment` implementation r=ahal
Comment 6•5 years ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 5 years ago → 5 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•