mirror of
https://github.com/wassname/ray.git
synced 2026-07-09 04:47:52 +08:00
[CI] Bring back suppress_output (#9888)
This commit is contained in:
+1
-3
@@ -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*)
|
||||
|
||||
Reference in New Issue
Block a user