You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to bazel 8.0.0 I have noticed re2 gives an error in bazel mod graph this previous worked.
D:\g\re2>bazel mod graph
Starting local Bazel server and connecting to it...
WARNING: For repository 'rules_cc', the root module requires module version [email protected], but got [email protected] in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'rules_python', the root module requires module version [email protected], but got [email protected] in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
ERROR: @@bazel_tools//tools/cpp:cc_configure.bzl does not export a module extension called cc_configure_extension, yet its use is requested at D:/g/re2/MODULE.bazel:22:29
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:
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: