Bazel: Perform some clean ups after rules_closure removal

rules_closure dependency was removed in I8f99133eb0. This change removes
some left overs:

1. Remove now no-op closure worker strategy from .bazelrc.
2. Remove now unused compatibility layer in generated external
   repository BUILD file.

Change-Id: I7b70820e0ef57ea900a04fb821f53eef2c5eb4b9
This commit is contained in:
David Ostrovsky
2020-12-14 19:13:12 +01:00
parent eefcdbf2dc
commit 2a9ab5156f
2 changed files with 1 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
build --workspace_status_command="python ./tools/workspace_status.py" --strategy=Closure=worker
build --workspace_status_command="python ./tools/workspace_status.py"
build --repository_cache=~/.gerritcodereview/bazel-cache/repository
build --action_env=PATH
build --disk_cache=~/.gerritcodereview/bazel-cache/cas