Skip to content

Commit

Permalink
temporarily enable output from linux wheel builds (#9881)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo committed Aug 3, 2020
1 parent c6404e8 commit edcd94f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/travis/ci.sh
Expand Up @@ -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*)
Expand Down

0 comments on commit edcd94f

Please sign in to comment.