Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,7 @@ bazel_dep(name = "zstd-jni", version = "1.5.6-9")
# Depend on apple_support first and then rules_cc so that the Xcode toolchain
# from apple_support wins over the generic Unix toolchain from rules_cc.
bazel_dep(name = "apple_support", version = "1.24.5")
bazel_dep(name = "rules_cc")

# rules_cc v0.2.17 is a transitive dependency, but causes Bazel tests to fail.
# TODO: Remove this override when a fixed version of rules_cc is available.
single_version_override(
module_name = "rules_cc",
version = "0.2.16",
)
bazel_dep(name = "rules_cc", version = "0.2.17")

# The starlark rules in @rules_cc are hidden behind macros but docgen needs to
# load the rule class directly, so we need to expose the cc_compatibility_proxy
Expand Down
27 changes: 25 additions & 2 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/MODULE.tools
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use_repo(buildozer_binary, "buildozer_binary")
# TODO: because autoloads are removed, these dependencies are no longer needed.
bazel_dep(name = "protobuf", version = "33.4", repo_name = "com_google_protobuf")
bazel_dep(name = "rules_java", version = "9.5.0")
bazel_dep(name = "rules_cc", version = "0.2.16")
bazel_dep(name = "rules_cc", version = "0.2.17")
bazel_dep(name = "rules_python", version = "1.7.0")
bazel_dep(name = "rules_shell", version = "0.6.1")
bazel_dep(name = "apple_support", version = "1.24.2") # xcode_configure needs it
Expand Down
4 changes: 2 additions & 2 deletions src/test/tools/bzlmod/MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.