| # Starting with Bazel 8, Windows requires this flag in order | |
| # for symlinks to work properly (namely, so that sh_test with | |
| # py_binary as a data dependency gets symlinks that are executable) | |
| startup --windows_enable_symlinks | |
| common --enable_bzlmod | |
| common --lockfile_mode=update | |
| coverage --java_runtime_version=remotejdk_11 | |
| test --test_output=errors --enable_runfiles | |
| # Windows requires these for multi-python support: | |
| build --enable_runfiles | |
| common:bazel7.x --incompatible_python_disallow_native_rules |