Skip to content

Commit

Permalink
Enable bzlmod explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
kon72 committed Feb 19, 2024
1 parent eab8828 commit 9512489
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@ startup --host_jvm_args=-DBAZEL_TRACK_SOURCE_DIRECTORIES=1
# Docs: https://bazel.build/reference/command-line-reference#flag--enable_runfiles
build --enable_runfiles

# Enable the Bzlmod dependency management system.
# This is enabled by default as of Bazel 7.0 but leave it here as BCR CI runs tests on Bazel 6.x.
# Docs: https://bazel.build/reference/command-line-reference#flag--enable_bzlmod
common --enable_bzlmod

# This bazelrc file can be used for user-specific custom build settings.
try-import %workspace%/.user.bazelrc

0 comments on commit 9512489

Please sign in to comment.