Skip to content

Commit 598b89c

Browse files
committed
drop bazel 6 support for build_file_generation
1 parent ab6d839 commit 598b89c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/build_file_generation/.bazelrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ build --enable_runfiles
55

66
# The bzlmod version of this example is in examples/bzlmod_build_file_generation
77
# Once WORKSPACE support is dropped, this example can be entirely deleted.
8-
build --experimental_enable_bzlmod=false
9-
10-
common:bazel7.x --incompatible_python_disallow_native_rules
8+
common --noenable_bzlmod
9+
common --enable_workspace
10+
common --incompatible_python_disallow_native_rules

0 commit comments

Comments
 (0)