From a626514b4f5a2635e49a79d963e46de3038eb86a Mon Sep 17 00:00:00 2001 From: Yun Peng Date: Fri, 6 Oct 2023 17:19:04 +0200 Subject: [PATCH] Disable Bzlmod explicitly in .bazelrc (#3696) --- .bazelrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bazelrc b/.bazelrc index 4157428bb3..48bde8731f 100644 --- a/.bazelrc +++ b/.bazelrc @@ -42,3 +42,7 @@ build --incompatible_disallow_empty_glob # 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