aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.bazelrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.bazelrc b/common.bazelrc
index 67ac32eb..0b2d1d66 100644
--- a/common.bazelrc
+++ b/common.bazelrc
@@ -24,6 +24,9 @@ common --experimental_enable_scl_dialect
common --experimental_cc_shared_library
build --experimental_starlark_cc_import
+# Do not enable BzlMod as the migration to bzlmod has not been done yet
+common --noenable_bzlmod
+
# Do not tokenize copts, other than strings that consist of a single Make
# variable. This prevents the need to double-escape characters like backslashes
# and quotes in copts.