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
Indeed, clodl has not yet been upgraded to support bzlmod, yet. Do the files that Bazel generates work? A contribution to updgrade clodl to bzlmod would be very welcome.
################################################################################ Bazel now uses Bzlmod by default to manage external dependencies.# Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel.## For more details, please check https://github.com/bazelbuild/bazel/issues/18958###############################################################################
The MODULE.bazel.lock file contains some actual content but there was (maybe it is resolved meanwhile) an issue so many people ignore this file.
Describe the bug
When I run
bazel build //...
with bazel 7.2.0 (should be any bazel 7+), bazel createsMODULE.bazel
andMODULE.bazel.lock
. Same for thetests
.What should we do with these files
.gitignore
until you migrate to bzlmodThe text was updated successfully, but these errors were encountered: