From f15f0a9f941dcc908c3db895d39820f2e20845cc Mon Sep 17 00:00:00 2001 From: Yves-Stan Le Cornec Date: Mon, 19 Jun 2023 10:53:13 +0200 Subject: [PATCH] Activate --incompatible_disable_starlark_host_transitions This will become the default in bazel 7 --- .bazelrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bazelrc b/.bazelrc index fab085457..f6cdbd740 100644 --- a/.bazelrc +++ b/.bazelrc @@ -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