[wheel] Fix Manylinux2014 Build (#11811)

This commit is contained in:
Ian Rodney
2020-11-04 14:50:38 -08:00
committed by GitHub
parent 92718de40c
commit 22bbbc3171
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -x
set -euo pipefail
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
+2 -1
View File
@@ -3,7 +3,7 @@
set -x
# Cause the script to exit if a single command fails.
set -e
set -euo pipefail
cat << EOF > "/usr/bin/nproc"
#!/bin/bash
@@ -24,6 +24,7 @@ NUMPY_VERSIONS=("1.14.5"
yum -y install unzip zip sudo
yum -y install java-1.8.0-openjdk java-1.8.0-openjdk-devel xz
yum -y install openssl
/ray/ci/travis/install-bazel.sh
# Put bazel into the PATH if building Bazel from source