Closed
Bug 1755515
Opened 3 years ago
Closed 3 years ago
symbols_archive.py should use zstandard directly
Categories
(Firefox Build System :: General, defect, P3)
Firefox Build System
General
Tracking
(firefox101 fixed)
RESOLVED
FIXED
101 Branch
Tracking | Status | |
---|---|---|
firefox101 | --- | fixed |
People
(Reporter: mhentges, Assigned: mhentges)
References
Details
Attachments
(1 file)
See this chunk of code, which should be simplified.
Bug 1730712 was supposed to make it possible to solve this, but symbols_archive.py
is used in a CI context without pip
, and the existing "use system python" logic drops the system packages if pip
isn't available.
Assignee | ||
Updated•3 years ago
|
Priority: -- → P3
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → mhentges
Status: NEW → ASSIGNED
Comment 1•3 years ago
|
||
The severity field is not set for this bug.
:mhentges, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(mhentges)
Assignee | ||
Updated•3 years ago
|
Severity: -- → S4
Flags: needinfo?(mhentges)
Assignee | ||
Comment 2•3 years ago
|
||
It's no longer necessary to explicitly grab the system Python handle to
access its packages.
Pushed by mhentges@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/aff0eb14d891
symbols_archive.py should use zstandard directly r=ahal
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox101:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
Backout by mlaza@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/605d0f0c41e6
Backed out changeset aff0eb14d891 for causing symbol upload bustages. a=backout
Updated•3 years ago
|
Status: RESOLVED → REOPENED
status-firefox101:
fixed → ---
Resolution: FIXED → ---
Target Milestone: 101 Branch → ---
Pushed by mhentges@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/056457fa52fe
symbols_archive.py should use zstandard directly r=ahal
Comment 7•3 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 3 years ago → 3 years ago
status-firefox101:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
Updated•3 years ago
|
Component: Mach Core → General
You need to log in
before you can comment on or make changes to this bug.
Description
•