1# Required on windows 2common --enable_platform_specific_config 3startup --windows_enable_symlinks 4build:windows --enable_runfiles 5 6build --experimental_enable_bzlmod 7 8# This isn't currently the defaut in Bazel, but we enable it to test we'll be ready if/when it flips. 9build --incompatible_disallow_empty_glob 10 11# Required for cargo_build_script support before Bazel 7 12build --incompatible_merge_fixed_and_default_shell_env 13 14# Do not import the PATH etc. from the host environment 15common --incompatible_strict_action_env 16