Skip to content

Commit 740fc37

Browse files
committed
lock rules_cc to 0.0.17 for now
1 parent 0377764 commit 740fc37

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.bazelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ common --incompatible_disallow_empty_glob
107107
common --incompatible_disallow_struct_provider_syntax
108108
common --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
111111
common --incompatible_use_plus_in_repo_names
112-
common --incompatible_use_host_features
112+
# common --incompatible_use_host_features
113113
common --modify_execution_info=CppCompile=+supports-path-mapping
114114
common --legacy_important_outputs=false
115115

MODULE.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ single_version_override(
3232
bazel_dep(name = "nlohmann_json", version = "3.11.3.bcr.1")
3333
bazel_dep(name = "platforms", version = "0.0.10")
3434
bazel_dep(name = "rules_cc", version = "0.0.17")
35+
single_version_override(
36+
module_name = "rules_cc", version = "0.0.17"
37+
)
3538
bazel_dep(name = "rules_pkg", version = "1.0.1")
3639
bazel_dep(name = "rules_proto", version = "7.0.2")
3740
bazel_dep(name = "zlib", version = "1.3.1.bcr.3")

x/MODULE.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ single_version_override(
3636
bazel_dep(name = "nlohmann_json", version = "3.11.3.bcr.1")
3737
bazel_dep(name = "platforms", version = "0.0.10")
3838
bazel_dep(name = "rules_cc", version = "0.0.17")
39+
single_version_override(
40+
module_name = "rules_cc", version = "0.0.17"
41+
)
3942
bazel_dep(name = "rules_pkg", version = "1.0.1")
4043
bazel_dep(name = "rules_proto", version = "7.0.2")
4144
bazel_dep(name = "zlib", version = "1.3.1.bcr.3")

0 commit comments

Comments
 (0)