We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d446f7d commit e2148f8Copy full SHA for e2148f8
examples/basic/.bazelrc
@@ -1,6 +1,9 @@
1
# Enable logging rc options.
2
common --announce_rc
3
4
+# Enable Bzlmod for every Bazel command
5
+common --enable_bzlmod
6
+
7
###############################################################################
8
# Options for continuous integration.
9
examples/embed/.bazelrc
0 commit comments