[CI] Bring back suppress_output (#9888)

This commit is contained in:
Simon Mo
2020-08-04 11:21:20 -07:00
committed by GitHub
parent 3323ad9d59
commit bdc42f8dab
+1 -3
View File
@@ -287,9 +287,7 @@ build_wheels() {
# This command should be kept in sync with ray/python/README-building-wheels.md,
# except the "${MOUNT_BAZEL_CACHE[@]}" part.
# TODO(ilr) Re-add "suppress_output" to show info
docker run --rm -w /ray -v "${PWD}":/ray "${MOUNT_BAZEL_CACHE[@]}" \
-e TRAVIS_COMMIT="${TRAVIS_COMMIT}" -e CI="${CI}" \
suppress_output 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*)