-
Notifications
You must be signed in to change notification settings - Fork 1.2k
ERROR from re2 with bazel 8.0 and bazel mod graph
#525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I believe this is the line and it looks like with bazel 8 it either isn't needed or needs an alternative solution. |
Just met the same error. As Bazel 8.x is out of the bag, it is important to have this one fixed since the re2 is quite popular dependency. |
This has been fixed by c84a140. |
A fix has been published, we can override the version until a new release is made to the BCR. See also google/re2#525
This also prevents one from running, say, Is it possible to get a release pushed for this? Edit: I copied @moroten's patch in buildbarn/bb-deployments@9f79d37 Thanks! |
Add gitattributes for bazel-provided merge conflict resolution in the lockfile. Added a patch to re2 (transitive dep via or-tools) due to google/re2#525 Extracted from google#1552
After upgrading to bazel 8.0.0 I have noticed re2 gives an error in
bazel mod graph
this previous worked.If you switch back to bazel 7.3.2 for example it works.
This is reproducible by running
bazel mod graph
on the re2 repo directly, but it will give this message with anything which depends on re2.The text was updated successfully, but these errors were encountered: