Skip to content

Commit

Permalink
Merge pull request kubernetes#54182 from ixdy/bazelrc-incompatible-flags
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue (batch tested with PRs 54167, 54182). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

bazel cleanup: remove --incompatible workaround flags

**What this PR does / why we need it**: since kubernetes#53839 bumped all of our dependencies, we no longer need to use these workaround flags to support building with bazel 0.6.0+.

**Release note**:

```release-note
NONE
```

/assign @BenTheElder @spxtr @mikedanese
  • Loading branch information
Kubernetes Submit Queue authored Oct 19, 2017
2 parents 6997d6c + 6515ddc commit cd25bbe
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build/root/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cd25bbe

Please sign in to comment.