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
According to https://bazel.build/external/overview,
WORKSPACE is the legacy way to manage dependencies in Bazel and the new way is now Bzlmod.
Can we support it?
Based on the WORKSPACE file, it would be trivial by just adding required files and leave them mostly blank, and I can put up a PR for this.
The text was updated successfully, but these errors were encountered:
According to https://bazel.build/external/overview,
WORKSPACE is the legacy way to manage dependencies in Bazel and the new way is now Bzlmod.
Can we support it?
Based on the WORKSPACE file, it would be trivial by just adding required files and leave them mostly blank, and I can put up a PR for this.
The text was updated successfully, but these errors were encountered: