Skip to content

Commit

Permalink
Disable Bzlmod explicitly in .bazelrc (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy authored Oct 9, 2023
1 parent 7d855c5 commit 73b832e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ build:release -c opt --stamp --workspace_status_command="$PWD/status.py"
# *last* statement in the root configuration file, as the local configuration
# file should be able to overwrite flags from the root configuration.
try-import %workspace%/.bazelrc.user

# TODO: migrate all dependencies from WORKSPACE to MODULE.bazel
# https://github.com/bazelbuild/buildtools/issues/1204
common --noenable_bzlmod
2 changes: 2 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# TODO: migrate all dependencies from WORKSPACE to MODULE.bazel
# https://github.com/bazelbuild/buildtools/issues/1204

0 comments on commit 73b832e

Please sign in to comment.