contrib/build-linux-wheels.sh
branchstable
changeset 33579 637267114513
parent 32080 fcddcf442e4f
equal deleted inserted replaced
33578:6192a67b7962 33579:637267114513
     1 #!/bin/bash
     1 #!/bin/bash
     2 # This file is directly inspired by
     2 # This file is directly inspired by
     3 # https://github.com/pypa/python-manylinux-demo/blob/master/travis/build-wheels.sh
     3 # https://github.com/pypa/python-manylinux-demo/blob/master/travis/build-wheels.sh
     4 set -e -x
     4 set -e -x
     5 
     5 
     6 PYTHON_TARGETS=$(ls -d /opt/python/cp2*/bin)
     6 PYTHON_TARGETS=$(ls -d /opt/python/cp27*/bin)
     7 
     7 
     8 # Create an user for the tests
     8 # Create an user for the tests
     9 useradd hgbuilder
     9 useradd hgbuilder
    10 
    10 
    11 # Bypass uid/gid problems
    11 # Bypass uid/gid problems