Skip to content

Commit

Permalink
Disable Bzlmod explicitly in .bazelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy authored Oct 6, 2023
1 parent 858fcfa commit 41216ea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,12 @@ build --nolegacy_external_runfiles
## evaluated top to bottom.
###############################################################################

###############################################################################
## Bzlmod
###############################################################################

# TODO: migrate all dependencies from WORKSPACE to MODULE.bazel
# https://github.com/bazelbuild/rules_rust/issues/2181
common --noenable_bzlmod

try-import %workspace%/user.bazelrc

0 comments on commit 41216ea

Please sign in to comment.