mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 19:16:19 +08:00
[wheel] Fix Manylinux2014 Build (#11811)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
set -euo pipefail
|
||||
|
||||
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user