Skip to content

Commit

Permalink
fix (build): Fix cc_configure_extension by pinning r2 & abseil_cpp (f…
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Mar 2, 2025
1 parent f16c2f7 commit beee6f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ register_toolchains("//tools/java_toolchain:repository_default_java_toolchain_de
# for https://github.com/enola-dev/enola/issues/1146
bazel_dep(name = "rules_apple", version = "3.19.1", repo_name = "build_bazel_rules_apple")

# see https://github.com/enola-dev/enola/issues/1164
# NO NEED: bazel_dep(name = "rules_cc", version = "0.0.17")
bazel_dep(name = "re2", version = "2024-07-02.bcr.1")
bazel_dep(name = "abseil-cpp", version = "20250127.0")

# https://github.com/protocolbuffers/protobuf/tree/main?tab=readme-ov-file#bazel-with-bzlmod
bazel_dep(name = "protobuf", version = "29.2")

Expand Down
6 changes: 4 additions & 2 deletions MODULE.bazel.lock

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

0 comments on commit beee6f9

Please sign in to comment.