mirror of https://github.com/bazelbuild/rules_rust
Get rolling releases CI green (#2916)
The default value for this flag changed, but we require it.
This commit is contained in:
parent
64465d1703
commit
840ec13304
2
.bazelrc
2
.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
|
||||
|
|
Loading…
Reference in New Issue