xref: /aosp_15_r20/external/bazelbuild-rules_rust/examples/bazel_env/.bazelrc (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1*d4726bddSHONG Yifan# Required on windows
2*d4726bddSHONG Yifancommon --enable_platform_specific_config
3*d4726bddSHONG Yifanstartup --windows_enable_symlinks
4*d4726bddSHONG Yifanbuild:windows --enable_runfiles
5*d4726bddSHONG Yifan
6*d4726bddSHONG Yifanbuild --experimental_enable_bzlmod
7*d4726bddSHONG Yifan
8*d4726bddSHONG Yifan# This isn't currently the defaut in Bazel, but we enable it to test we'll be ready if/when it flips.
9*d4726bddSHONG Yifanbuild --incompatible_disallow_empty_glob
10*d4726bddSHONG Yifan
11*d4726bddSHONG Yifan# Required for cargo_build_script support before Bazel 7
12*d4726bddSHONG Yifanbuild --incompatible_merge_fixed_and_default_shell_env
13*d4726bddSHONG Yifan
14*d4726bddSHONG Yifan# Do not import the PATH etc. from the host environment
15*d4726bddSHONG Yifancommon --incompatible_strict_action_env
16