@@ -93,11 +93,14 @@ startup --windows_enable_symlinks
93
93
# common --incompatible_disable_target_default_provider_fields
94
94
# common --incompatible_no_rule_outputs_param
95
95
# 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
96
100
97
101
common --experimental_disable_external_package
98
102
common --experimental_platforms_api
99
103
common --experimental_repository_cache_hardlinks
100
-
101
104
common --incompatible_auto_exec_groups
102
105
common --incompatible_config_setting_private_default_visibility
103
106
common --incompatible_disable_native_repo_rules
@@ -111,7 +114,12 @@ common --incompatible_no_implicit_file_export
111
114
common --incompatible_strict_action_env
112
115
common --incompatible_top_level_aspects_require_providers
113
116
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
115
123
common --incompatible_modify_execution_info_additive
116
124
common --modify_execution_info=CppCompile=+supports-path-mapping
117
125
common --skip_incompatible_explicit_targets
@@ -150,6 +158,7 @@ build --host_copt="-DGRPC_NO_ABSL_SYNC"
150
158
# disable all GRPC experiments
151
159
# build --define=grpc_experiments_are_final=true
152
160
161
+
153
162
## This is what my ../top.bazelrc contains (not in the repo as local to my machine)
154
163
# build --disk_cache=f:/b/d
155
164
# common --repository_cache=f:/b/r
0 commit comments