Skip to content

Commit 9f79d37

Browse files
authored
Upgrade re2 module to latest git commit (buildbarn#161)
A fix has been published, we can override the version until a new release is made to the BCR. See also google/re2#525
1 parent 3405ec0 commit 9f79d37

File tree

2 files changed

+3751
-682
lines changed

2 files changed

+3751
-682
lines changed

MODULE.bazel

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ single_version_override(
4949
version = "3.19.0",
5050
)
5151

52+
# # Workaround 2025-03-03: re2 has not created a new version yet
53+
# This solves an issue with `bazel mod graph`.
54+
git_override(
55+
module_name = "re2",
56+
commit = "c84a140c93352cdabbfb547c531be34515b12228",
57+
remote = "https://github.com/google/re2",
58+
)
59+
5260
bazel_dep(name = "buildifier_prebuilt", version = "6.4.0", dev_dependency = True)
5361

5462
http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

0 commit comments

Comments
 (0)