File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,9 @@ common --incompatible_disallow_empty_glob
107107common --incompatible_disallow_struct_provider_syntax
108108common --incompatible_strict_action_env
109109# Enabled for the experimental JetBrains bazel plugin
110- common --incompatible_struct_has_no_methods
110+ # common --incompatible_struct_has_no_methods
111111common --incompatible_use_plus_in_repo_names
112- common --incompatible_use_host_features
112+ # common --incompatible_use_host_features
113113common --modify_execution_info=CppCompile=+supports-path-mapping
114114common --legacy_important_outputs=false
115115
Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ single_version_override(
3232bazel_dep (name = "nlohmann_json" , version = "3.11.3.bcr.1" )
3333bazel_dep (name = "platforms" , version = "0.0.10" )
3434bazel_dep (name = "rules_cc" , version = "0.0.17" )
35+ single_version_override (
36+ module_name = "rules_cc" , version = "0.0.17"
37+ )
3538bazel_dep (name = "rules_pkg" , version = "1.0.1" )
3639bazel_dep (name = "rules_proto" , version = "7.0.2" )
3740bazel_dep (name = "zlib" , version = "1.3.1.bcr.3" )
Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ single_version_override(
3636bazel_dep (name = "nlohmann_json" , version = "3.11.3.bcr.1" )
3737bazel_dep (name = "platforms" , version = "0.0.10" )
3838bazel_dep (name = "rules_cc" , version = "0.0.17" )
39+ single_version_override (
40+ module_name = "rules_cc" , version = "0.0.17"
41+ )
3942bazel_dep (name = "rules_pkg" , version = "1.0.1" )
4043bazel_dep (name = "rules_proto" , version = "7.0.2" )
4144bazel_dep (name = "zlib" , version = "1.3.1.bcr.3" )
You can’t perform that action at this time.
0 commit comments