constellation/bazel/bazelrc/cc.bazelrc
Malte Poll 6c6e2ca2f4 bazel: adopt best practices for bazelrc
Options adapted from https://docs.aspect.build/guides/bazelrc

bazel: adopt best practices for bazelrc

Options adapted from https://docs.aspect.build/guides/bazelrc
2023-08-18 16:36:13 +02:00

4 lines
159 B
Plaintext

# disable automatic toolchain detection for C/C++
common --incompatible_enable_cc_toolchain_resolution
common --action_env BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1