• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Required on windows
2common --enable_platform_specific_config
3startup --windows_enable_symlinks
4build:windows --enable_runfiles
5
6# This isn't currently the defaut in Bazel, but we enable it to test we'll be ready if/when it flips.
7build --incompatible_disallow_empty_glob
8
9# Required for cargo_build_script support before Bazel 7
10build --incompatible_merge_fixed_and_default_shell_env
11