Build wheels for Linux with Bazel (#4281)

This commit is contained in:
Philipp Moritz
2019-03-13 15:57:33 -07:00
committed by Robert Nishihara
parent 8a6403c26e
commit b0c4e60ffb
3 changed files with 10 additions and 10 deletions
+6 -4
View File
@@ -6,21 +6,23 @@ echo 10
EOF
chmod +x /usr/bin/nproc
export RAY_USE_CMAKE=1
PYTHONS=("cp27-cp27mu"
"cp34-cp34m"
"cp35-cp35m"
"cp36-cp36m"
"cp37-cp37m")
# On python 3.7, a newer version of numpy seems to be necessary.
NUMPY_VERSIONS=("1.10.4"
"1.10.4"
"1.10.4"
"1.10.4"
"1.14.5")
sudo apt-get install unzip
/ray/ci/travis/install-bazel.sh
# Put bazel into the PATH
export PATH=$PATH:/root/bin
# Remove this old Python 2.4.3 executable, and make the "python2" command find
# a newer version of Python. We need this for autogenerating some files for the
# UI.