From 0dbff10fee4a18b0bee5807064bd579eced02fbb Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Thu, 28 Sep 2017 09:37:46 -0700 Subject: [PATCH] bazel: set --incompatible_disallow_set_constructor=false to fix breakage --- build/root/.bazelrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/root/.bazelrc b/build/root/.bazelrc index a0eab2ccdcb..72956f94a8f 100644 --- a/build/root/.bazelrc +++ b/build/root/.bazelrc @@ -17,6 +17,8 @@ build --sandbox_fake_username # TODO(ixdy): Remove this default once rules_go is bumped. # Ref kubernetes/kubernetes#52677 build --incompatible_comprehension_variables_do_not_leak=false +# TODO(ixdy): remove the following once repo-infra is bumped. +build --incompatible_disallow_set_constructor=false # Enable go race detection. test --features=race