From edcd94f26b71b94da6511328cf80365535d42d50 Mon Sep 17 00:00:00 2001 From: Simon Mo Date: Mon, 3 Aug 2020 16:22:39 -0700 Subject: [PATCH] temporarily enable output from linux wheel builds (#9881) --- ci/travis/ci.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/travis/ci.sh b/ci/travis/ci.sh index 8c0d4096a..7ee787713 100755 --- a/ci/travis/ci.sh +++ b/ci/travis/ci.sh @@ -281,12 +281,13 @@ build_wheels() { -e TRAVIS_PULL_REQUEST="${TRAVIS_PULL_REQUEST:-false}" -e encrypted_1c30b31fe1ee_key="${encrypted_1c30b31fe1ee_key-}" -e encrypted_1c30b31fe1ee_iv="${encrypted_1c30b31fe1ee_iv-}" + -e TRAVIS_COMMIT="${TRAVIS_COMMIT}" + -e CI="${CI}" ) # This command should be kept in sync with ray/python/README-building-wheels.md, # except the "${MOUNT_BAZEL_CACHE[@]}" part. - suppress_output docker run --rm -w /ray -v "${PWD}":/ray "${MOUNT_BAZEL_CACHE[@]}" \ - -e TRAVIS_COMMIT="${TRAVIS_COMMIT}" \ + docker run --rm -w /ray -v "${PWD}":/ray "${MOUNT_BAZEL_CACHE[@]}" \ rayproject/arrow_linux_x86_64_base:python-3.8.0 /ray/python/build-wheel-manylinux1.sh ;; darwin*)