summaryrefslogtreecommitdiffstats
path: root/build/linux/python_arch.sh
Commit message (Collapse)AuthorAgeFilesLines
* Yet another try to hotfix the ARM builbots. Sigh.thestig@chromium.org2010-03-041-2/+2
| | | | | | | | | BUG=none TEST=ARM buildbots go green? TBR=zelidrag Review URL: http://codereview.chromium.org/668069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40635 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore missing python library when detecting python architecture and just ↵thestig@chromium.org2010-03-041-4/+8
| | | | | | | | | | | return unknown, which should disable building pyauto. The ARM buildbots have an incorrect python_ver set. BUG=none TEST=ARM buildbots go green. TBR=zelidrag Review URL: http://codereview.chromium.org/669071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40632 0039d316-1c4b-4281-b951-d872f2087c98
* Detect python version using /usr/lib/libpython$(ver).so.1.0 instead of ↵thestig@chromium.org2010-03-041-2/+2
| | | | | | | | | | | /usr/bin/python$(ver). /usr/bin/python may not be installed, i.e. on ARM buildbots. BUG=none TEST=ARM buildbots go green. TBR=zelidrag Review URL: http://codereview.chromium.org/669069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40631 0039d316-1c4b-4281-b951-d872f2087c98
* Build pyauto only if the architecture of python binary matches.thestig@chromium.org2010-03-041-0/+38
BUG=none TEST=Building 32-bit pyauto on 64-bit Linux with a 32-bit sysroot works. Review URL: http://codereview.chromium.org/660443 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40630 0039d316-1c4b-4281-b951-d872f2087c98