temporarily enable output from linux wheel builds (#9881)

This commit is contained in:
Simon Mo
2020-08-03 16:22:39 -07:00
committed by GitHub
parent c6404e8cf6
commit edcd94f26b
+3 -2
View File
@@ -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*)