Closed
Bug 1608895
Opened 5 years ago
Closed 5 years ago
Gyp builds on taskcluster broken by Setuptools v45.0.0 (for lacking Python3)
Categories
(NSS :: Tools, defect, P1)
NSS
Tools
Tracking
(Not tracked)
RESOLVED
FIXED
3.50
People
(Reporter: kjacobs, Assigned: kjacobs)
References
Details
Attachments
(1 file)
Taskcluster Windows workers need to have Python3 installed, as setuptools v45.0.0 removes support for Python2.
As an immediate fix, we can just install <45.0.0.
Assignee | ||
Comment 1•5 years ago
|
||
[[ https://setuptools.readthedocs.io/en/latest/history.html#v45-0-0 | Setuptools 45.0.0 ]] drops support for Python2, which our Windows workers are running.
This patch installs the prior version during build, in order to unblock CI until the workers can be upgraded.
Comment 2•5 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.50
Comment hidden (Intermittent Failures Robot) |
Comment 4•5 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•