| commit | 35301f47cdc1d129bee86a11e7e73e28b5551e1e | [log] [tgz] |
|---|---|---|
| author | Yun Peng <pcloudy@google.com> | Fri Oct 06 16:35:35 2023 +0200 |
| committer | GitHub <noreply@github.com> | Fri Oct 06 16:35:35 2023 +0200 |
| tree | 4342c41cc1eaa12a411044a07afdb09d2cadd0c6 | |
| parent | 8d8180e214dacd3a4137ec1187df0ea62f0fb32f [diff] |
Disable Bzlmod explicitly in .bazelrc
diff --git a/.bazelrc b/.bazelrc index 4157428..48bde87 100644 --- a/.bazelrc +++ b/.bazelrc
@@ -42,3 +42,7 @@ # Allow exclusive tests to run in a sandbox test --incompatible_exclusive_test_sandboxed + +# TODO: migrate all dependencies from WORKSPACE to MODULE.bazel +# https://github.com/bazelbuild/stardoc/issues/189 +common --noenable_bzlmod