Skip to content

Commit 8d3b442

Browse files
committed
Make modify_execution_info additive
We were already using it like it was, but apparently it's not additive without the --incompatible_modify_execution_info_additive flag set.
1 parent e52a87f commit 8d3b442

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.bazelrc_shared

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ common:tests --@rules_scala_annex//rules/scala:scala-toolchain=test_zinc_2_13
2828

2929
# These are backwards incompatible options; we should check to see if their values have been flipped
3030
# when upgrading to new major Bazel version.
31+
common --incompatible_modify_execution_info_additive
3132
common --incompatible_auto_exec_groups
3233
common --incompatible_autoload_externally=sh_binary # sh_binary is used by rules_jvm_external
3334
common --incompatible_config_setting_private_default_visibility

0 commit comments

Comments
 (0)