Skip to content

Commit

Permalink
Remove incompatible flags
Browse files Browse the repository at this point in the history
Those opt-in incompatible changes have already been enabled in Bazel 1.0
  • Loading branch information
meteorcloudy authored and alexeagle committed Dec 2, 2019
1 parent fe29772 commit b004732
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ build:release --workspace_status_command=./scripts/current_version.sh
# This is needed only for the pkg_tar rule
build --host_force_python=PY2

# Opt-in to upcoming breaking changes
build --incompatible_disable_legacy_proto_provider
build --incompatible_use_python_toolchains
test --incompatible_windows_native_test_wrapper

# TODO(gregmagolan): remove the following flags once @io_bazel_rules_go is compatible with Bazel 0.27.0
build --noincompatible_require_ctx_in_configure_features
build --noincompatible_no_support_tools_in_action_inputs
Expand Down

0 comments on commit b004732

Please sign in to comment.