mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 17:49:47 +08:00
Fix OS X Wheel Build - Update brew cask install (#13062)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
+1
-1
@@ -176,7 +176,7 @@ matrix:
|
||||
- . ./ci/travis/ci.sh init RAY_CI_MACOS_WHEELS_AFFECTED,RAY_CI_JAVA_AFFECTED,RAY_CI_STREAMING_JAVA_AFFECTED
|
||||
before_script:
|
||||
- brew tap adoptopenjdk/openjdk
|
||||
- brew cask install adoptopenjdk8
|
||||
- brew install --cask adoptopenjdk8
|
||||
- export JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home
|
||||
- java -version
|
||||
- . ./ci/travis/ci.sh build
|
||||
|
||||
+2
-1
@@ -300,7 +300,8 @@ build_wheels() {
|
||||
;;
|
||||
darwin*)
|
||||
# This command should be kept in sync with ray/python/README-building-wheels.md.
|
||||
suppress_output "${WORKSPACE_DIR}"/python/build-wheel-macos.sh
|
||||
# Remove suppress_output for now to avoid timeout
|
||||
"${WORKSPACE_DIR}"/python/build-wheel-macos.sh
|
||||
;;
|
||||
msys*)
|
||||
keep_alive "${WORKSPACE_DIR}"/python/build-wheel-windows.sh
|
||||
|
||||
Reference in New Issue
Block a user