Closed
Bug 1726814
Opened 3 years ago
Closed 3 years ago
Track if virtualenv construction is incomplete
Categories
(Firefox Build System :: Mach Core, enhancement)
Firefox Build System
Mach Core
Tracking
(firefox94 fixed)
RESOLVED
FIXED
94 Branch
Tracking | Status | |
---|---|---|
firefox94 | --- | fixed |
People
(Reporter: mhentges, Assigned: mhentges)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
The existing virtualenv system doesn't understand the difference between optional dependencies failing to install or them being cancelled due to a CTRL-C.
A symptom of this is that CTRL-C-ing the creation of the Mach command can lead to "Glean not installed, no telemetry will be reported" errors.
Assignee | ||
Comment 1•3 years ago
|
||
Automatically consider a virtualenv "out-of-date" if it was incompletely
built.
Depends on D123242
Updated•3 years ago
|
Assignee: nobody → mhentges
Status: NEW → ASSIGNED
Updated•3 years ago
|
Attachment #9237262 -
Attachment description: Bug 1726814: Rebuild virtualenv if it in incomplete → Bug 1726814: Rebuild virtualenv if it is incomplete
Pushed by mhentges@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/54ef706bf9ca
Rebuild virtualenv if it is incomplete r=ahal
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•