Commit 0dbff10f authored by Jeff Grafton's avatar Jeff Grafton

bazel: set --incompatible_disallow_set_constructor=false to fix breakage

parent 208ae55f
...@@ -17,6 +17,8 @@ build --sandbox_fake_username ...@@ -17,6 +17,8 @@ build --sandbox_fake_username
# TODO(ixdy): Remove this default once rules_go is bumped. # TODO(ixdy): Remove this default once rules_go is bumped.
# Ref kubernetes/kubernetes#52677 # Ref kubernetes/kubernetes#52677
build --incompatible_comprehension_variables_do_not_leak=false 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. # Enable go race detection.
test --features=race test --features=race
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment