Closed
Bug 804246
Opened 13 years ago
Closed 13 years ago
Build with Python 2.7 on Panda boards
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Infrastructure & Operations Graveyard
CIDuty
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: gps, Unassigned)
References
Details
According to the logs (e.g. https://tbpl.mozilla.org/php/getParsedLog.php?id=16347582&tree=Mozilla-Inbound&full=1), we currently build with Python 2.6 on Panda opt builds (search for "checking for python2.7").
We should have all builders building with Python 2.7, as we will soon require Python 2.7 to build the tree.
Comment 1•13 years ago
|
||
will probably need to add mozilla-python27 to the mock configs. that will install python2.7 into /usr/local/bin/python2.7. will configure find that?
Reporter | ||
Comment 2•13 years ago
|
||
Configure simply does |which python2.7 python2.6 python|. Put it in PATH and configure will find it.
Comment 3•13 years ago
|
||
I think this is working:
https://tbpl.mozilla.org/php/getParsedLog.php?id=16831010&tree=Firefox&full=1
11:09:30 INFO - checking for python2.7... (cached) /usr/local/bin/python2.7
Reporter | ||
Comment 4•13 years ago
|
||
I concur - The Panda builds boards do seem to be building with Python 2.7 now. Yay!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Product: Release Engineering → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•