Skip to content

Commit

Permalink
Activate --incompatible_disable_starlark_host_transitions
Browse files Browse the repository at this point in the history
This will become the default in bazel 7
  • Loading branch information
ylecornec committed Jun 23, 2023
1 parent 6f60cdc commit f15f0a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ build:ci --incompatible_load_proto_rules_from_bzl
# https://github.com/tweag/rules_haskell/issues/1657
build: --incompatible_override_toolchain_transition

# This flag will become the default in bazel 7
# https://github.com/bazelbuild/bazel/issues/17032
build --incompatible_disable_starlark_host_transitions

coverage --build_tag_filters "coverage-compatible" --test_tag_filters "coverage-compatible" --test_output=all

# To update these lines, execute
Expand Down

0 comments on commit f15f0a9

Please sign in to comment.