Skip to content

Commit

Permalink
bazel: set --incompatible_disallow_set_constructor=false to fix breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
ixdy committed Sep 28, 2017
1 parent 208ae55 commit 0dbff10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/root/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0dbff10

Please sign in to comment.