1# Required on windows 2common --enable_platform_specific_config 3startup --windows_enable_symlinks 4build:windows --enable_runfiles 5 6build --incompatible_enable_cc_toolchain_resolution 7 8# TODO: migrate all dependencies from WORKSPACE to MODULE.bazel 9# https://github.com/bazelbuild/rules_rust/issues/2181 10common --noenable_bzlmod 11 12# This isn't currently the defaut in Bazel, but we enable it to test we'll be ready if/when it flips. 13build --incompatible_disallow_empty_glob 14