[bazel] Remove deprecated and now non-existent flag (#7886)

This commit is contained in:
acxz
2020-04-03 22:36:01 -07:00
committed by GitHub
parent 7827d2c2de
commit 11c2b500b8
2 changed files with 2 additions and 5 deletions
-3
View File
@@ -32,9 +32,6 @@ build --host_copt="-Wno-microsoft-unqualified-friend"
build --per_file_copt="-\\.(asm|S)$,external/com_github_grpc_grpc/.*@-DGRPC_BAZEL_BUILD"
build --http_timeout_scaling=5.0
build:iwyu --experimental_action_listener=//:iwyu_cpp
# This workaround is due to an incompatibility of
# bazel_common/tools/maven/pom_file.bzl with Bazel 1.0
build --incompatible_depset_is_not_iterable=false
# Print relative paths when possible
build:windows --attempt_to_print_relative_paths
+2 -2
View File
@@ -99,8 +99,8 @@ def ray_deps_setup():
auto_http_archive(
name = "bazel_common",
url = "https://github.com/google/bazel-common/archive/f1115e0f777f08c3cdb115526c4e663005bec69b.tar.gz",
sha256 = "50dea89af2e1334e18742f18c91c860446de8d1596947fe87e3cdb0d27b6f8f3",
url = "https://github.com/google/bazel-common/archive/084aadd3b854cad5d5e754a7e7d958ac531e6801.tar.gz",
sha256 = "a6e372118bc961b182a3a86344c0385b6b509882929c6b12dc03bb5084c775d5",
)
auto_http_archive(