Closed
Bug 1202811
Opened 9 years ago
Closed 9 years ago
Invoke mozharness with python 2.7 from build-linux.sh
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(firefox43 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: ted, Assigned: ted)
Details
Attachments
(1 file)
build-linux.sh invokes mozharness without specifying an interpreter, so the `python` that's in $PATH gets used. Now with desktop-build being built on CentOS 6, that means it's Python 2.6. mozharness uses Python 2.7 to invoke mach, so things still work there, but we should really be using the same python everywhere through the build.
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Comment 2•9 years ago
|
||
That's busted in a different way (I built cctools on the old desktop-build, which is Ubuntu, so they don't run on CentOS 6).
Assignee | ||
Comment 3•9 years ago
|
||
bug 1202811 - Invoke mozharness with python 2.7 from build-linux.sh. r?dustin
Attachment #8658694 -
Flags: review?(dustin)
Comment 4•9 years ago
|
||
Comment 5•9 years ago
|
||
Comment on attachment 8658694 [details]
MozReview Request: bug 1202811 - Invoke mozharness with python 2.7 from build-linux.sh. r?dustin
I can't find the r+ button in mozreview, but it looks good.
Attachment #8658694 -
Flags: review?(dustin) → review+
Comment 7•9 years ago
|
||
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•