From 81bfee79bcbce9d6ff7e94bf88bcce4b65602c38 Mon Sep 17 00:00:00 2001 From: Max Fitton Date: Wed, 23 Dec 2020 20:51:50 -0800 Subject: [PATCH] Fix OS X Wheel Build - Update brew cask install (#13062) Co-authored-by: Richard Liaw --- .travis.yml | 2 +- ci/travis/ci.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8173ec1ac..9a4398525 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/ci/travis/ci.sh b/ci/travis/ci.sh index 9a8c0ecbf..3638b3af3 100755 --- a/ci/travis/ci.sh +++ b/ci/travis/ci.sh @@ -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