bazel: set --incompatible_disallow_set_constructor=false to fix breakage

This commit is contained in:
Jeff Grafton 2017-09-28 09:37:46 -07:00
parent 208ae55f6d
commit 0dbff10fee

View File

@ -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