We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab8828 commit 9512489Copy full SHA for 9512489
.bazelrc
@@ -25,5 +25,10 @@ startup --host_jvm_args=-DBAZEL_TRACK_SOURCE_DIRECTORIES=1
25
# Docs: https://bazel.build/reference/command-line-reference#flag--enable_runfiles
26
build --enable_runfiles
27
28
+# Enable the Bzlmod dependency management system.
29
+# This is enabled by default as of Bazel 7.0 but leave it here as BCR CI runs tests on Bazel 6.x.
30
+# Docs: https://bazel.build/reference/command-line-reference#flag--enable_bzlmod
31
+common --enable_bzlmod
32
+
33
# This bazelrc file can be used for user-specific custom build settings.
34
try-import %workspace%/.user.bazelrc
0 commit comments