Get rolling releases CI green (#2916)

The default value for this flag changed, but we require it.
This commit is contained in:
Daniel Wagner-Hall 2024-10-04 01:34:54 +01:00 committed by GitHub
parent 64465d1703
commit 840ec13304
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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