Skip to content

Commit 19e5593

Browse files
authored
tests: disable bzlmod for workspace-only build_file_generation example (#1539)
The build_file_generation example only supports workspace style builds. The bzlmod equivalent is in `examples/bzlmod_build_file_generation` Work towards #1520
1 parent a13233f commit 19e5593

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/build_file_generation/.bazelrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ test --test_output=errors --enable_runfiles
33
# Windows requires these for multi-python support:
44
build --enable_runfiles
55
startup --windows_enable_symlinks
6+
7+
# The bzlmod version of this example is in examples/bzlmod_build_file_generation
8+
# Once WORKSPACE support is dropped, this example can be entirely deleted.
9+
build --experimental_enable_bzlmod=false

0 commit comments

Comments
 (0)