Skip to content

Commit e2148f8

Browse files
committed
examples: force bzlmod in bazelrc
1 parent d446f7d commit e2148f8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

examples/basic/.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Enable logging rc options.
22
common --announce_rc
33

4+
# Enable Bzlmod for every Bazel command
5+
common --enable_bzlmod
6+
47
###############################################################################
58
# Options for continuous integration.
69
###############################################################################

examples/embed/.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Enable logging rc options.
22
common --announce_rc
33

4+
# Enable Bzlmod for every Bazel command
5+
common --enable_bzlmod
6+
47
###############################################################################
58
# Options for continuous integration.
69
###############################################################################

0 commit comments

Comments
 (0)