Skip to content

Commit 7c1a0f9

Browse files
committed
more incompatibilities
1 parent 05ff993 commit 7c1a0f9

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.bazelrc

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,14 @@ startup --windows_enable_symlinks
9393
# common --incompatible_disable_target_default_provider_fields
9494
# common --incompatible_no_rule_outputs_param
9595
# common --incompatible_stop_exporting_language_modules
96+
# common --incompatible_check_visibility_for_toolchains
97+
# common --incompatible_disable_autoloads_in_main_repo
98+
# common --incompatible_stop_exporting_build_file_path
99+
# common --incompatible_autoload_externally
96100

97101
common --experimental_disable_external_package
98102
common --experimental_platforms_api
99103
common --experimental_repository_cache_hardlinks
100-
101104
common --incompatible_auto_exec_groups
102105
common --incompatible_config_setting_private_default_visibility
103106
common --incompatible_disable_native_repo_rules
@@ -111,7 +114,12 @@ common --incompatible_no_implicit_file_export
111114
common --incompatible_strict_action_env
112115
common --incompatible_top_level_aspects_require_providers
113116
common --incompatible_use_cc_configure_from_rules_cc
114-
117+
common --incompatible_bazel_test_exec_run_under
118+
common --incompatible_check_testonly_for_output_files
119+
common --incompatible_python_disallow_native_rules
120+
common --incompatible_default_to_explicit_init_py
121+
common --incompatible_disable_non_executable_java_binary
122+
common --incompatible_dont_use_javasourceinfoprovider
115123
common --incompatible_modify_execution_info_additive
116124
common --modify_execution_info=CppCompile=+supports-path-mapping
117125
common --skip_incompatible_explicit_targets
@@ -150,6 +158,7 @@ build --host_copt="-DGRPC_NO_ABSL_SYNC"
150158
# disable all GRPC experiments
151159
# build --define=grpc_experiments_are_final=true
152160

161+
153162
## This is what my ../top.bazelrc contains (not in the repo as local to my machine)
154163
# build --disk_cache=f:/b/d
155164
# common --repository_cache=f:/b/r

0 commit comments

Comments
 (0)