bazelbuild / bazelisk

A user-friendly launcher for Bazel.
Apache License 2.0
1.96k stars 302 forks source link

`MODULE.bazel` and `REPO.bazel` are not supported #502

Closed crncnnr closed 8 months ago

crncnnr commented 9 months ago

As of Bazel 6.3.0, MODULE.bazel and REPO.bazel are also considered workspace boundaries. Bazelisk currently does not search for these, so in situations where either is present but WORKSPACE.bazel or WORKSPACE is absent, it will fail to find the workspace root and any relative .bazeliskrc or .bazelversion.