Skip to content

Commit

Permalink
Add --enable_workspace to .bazelrc for Bazel 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kolloch authored and Peter Kolloch committed Oct 3, 2024
1 parent 77c69bb commit 19d2c34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,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 --enable_workspace

# Disable the bzlmod lockfile, so we don't accidentally commit MODULE.bazel.lock
common --lockfile_mode=off
Expand Down

0 comments on commit 19d2c34

Please sign in to comment.