From 6515ddce6302263c5a7e36667e42216ac22d2543 Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Wed, 18 Oct 2017 16:39:37 -0700 Subject: [PATCH] bazel cleanup: remove --incompatible workaround flags --- build/root/.bazelrc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/build/root/.bazelrc b/build/root/.bazelrc index 9101ce7a7cd..fc36b294e2d 100644 --- a/build/root/.bazelrc +++ b/build/root/.bazelrc @@ -12,16 +12,5 @@ build --sandbox_tmpfs_path=/tmp # This flag requires Bazel 0.5.0+ build --sandbox_fake_username -# rules_go@82483596ec203eb9c1849937636f4cbed83733eb has a typo that -# inadvertently relies on comprehension variables leaking. -# TODO(ixdy): Remove these defaults once rules_go is bumped. -# Ref kubernetes/kubernetes#52677 -build --incompatible_comprehension_variables_do_not_leak=false -query --incompatible_comprehension_variables_do_not_leak=false - -# TODO(ixdy): remove the following once repo-infra is bumped. -build --incompatible_disallow_set_constructor=false -query --incompatible_disallow_set_constructor=false - # Enable go race detection. test --features=race