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)

defect
Not set
normal

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.
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).
bug 1202811 - Invoke mozharness with python 2.7 from build-linux.sh. r?dustin
Attachment #8658694 - Flags: review?(dustin)
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+
https://hg.mozilla.org/mozilla-central/rev/673aec9df33d
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Component: General Automation → General
You need to log in before you can comment on or make changes to this bug.