xref: /aosp_15_r20/external/bazelbuild-rules_python/examples/build_file_generation/.bazelrc (revision 60517a1edbc8ecf509223e9af94a7adec7d736b8)
1test --test_output=errors --enable_runfiles
2
3# Windows requires these for multi-python support:
4build --enable_runfiles
5
6# The bzlmod version of this example is in examples/bzlmod_build_file_generation
7# Once WORKSPACE support is dropped, this example can be entirely deleted.
8build --experimental_enable_bzlmod=false
9