diff --git a/.bazelrc b/.bazelrc index 03b8a6c348..54ddff1186 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,4 +1,7 @@ common --enable_platform_specific_config +# TODO: Temporarily disable while rules_go migrates to Bzlmod for its dev build. +# https://github.com/bazelbuild/bazel/issues/18958 +common --noexperimental_enable_bzlmod test --test_output=errors # Go requires a C toolchain that accepts options and emits errors like