Closed
Bug 1259551
Opened 10 years ago
Closed 10 years ago
mach build virtualenv call fails to install wheel during mozharness build with python 2.7.11
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(firefox48 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox48 | --- | fixed |
People
(Reporter: grenade, Unassigned)
Details
Attachments
(3 files)
No description provided.
Comment 1•10 years ago
|
||
While we're addressing virtualenv foo, let's ensure we are running
the latest version. This also pulls in newer versions of pip (8.1.1),
setuptools (20.3), and wheel (0.29.0).
Review commit: https://reviewboard.mozilla.org/r/42275/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/42275/
Attachment #8734490 -
Flags: review?(ted)
Comment 2•10 years ago
|
||
Before, virtualenv.py may have attempted to use 3rd party
(untrusted) pip indices when installing wheels for pip,
setuptools, and wheel. These dependencies are vendored in
the tree for a reason. So don't let virtualenv contact the
outside world.
Review commit: https://reviewboard.mozilla.org/r/42277/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/42277/
Attachment #8734491 -
Flags: review?(ted)
Updated•10 years ago
|
Attachment #8734490 -
Flags: review?(ted) → review+
Comment 3•10 years ago
|
||
Comment on attachment 8734490 [details]
MozReview Request: Bug 1259551 - Upgrade vendored virtualenv to 15.0.1; r?ted
https://reviewboard.mozilla.org/r/42275/#review38823
Comment 4•10 years ago
|
||
Comment on attachment 8734491 [details]
MozReview Request: Bug 1259551 - Add --no-download to virtualenv.py invocation; r?ted
https://reviewboard.mozilla.org/r/42277/#review38825
Attachment #8734491 -
Flags: review?(ted) → review+
Comment 6•10 years ago
|
||
| bugherder | ||
| Assignee | ||
Updated•8 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•