From 840ec1330489e517ab115c4ca7ef438e34157696 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Fri, 4 Oct 2024 01:34:54 +0100 Subject: [PATCH] Get rolling releases CI green (#2916) The default value for this flag changed, but we require it. --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 2b404c601..09a2ccea5 100644 --- a/.bazelrc +++ b/.bazelrc @@ -66,7 +66,7 @@ build --incompatible_merge_fixed_and_default_shell_env # TODO: migrate all dependencies from WORKSPACE to MODULE.bazel # https://github.com/bazelbuild/rules_rust/issues/2181 -common --noenable_bzlmod +common --noenable_bzlmod --enable_workspace # Disable the bzlmod lockfile, so we don't accidentally commit MODULE.bazel.lock common --lockfile_mode=off