mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-12 00:26:35 -05:00
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
This commit is contained in:
parent
339492f314
commit
6c6e2ca2f4
9 changed files with 262 additions and 32 deletions
3
bazel/bazelrc/cc.bazelrc
Normal file
3
bazel/bazelrc/cc.bazelrc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# disable automatic toolchain detection for C/C++
|
||||
common --incompatible_enable_cc_toolchain_resolution
|
||||
common --action_env BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
|
||||
Loading…
Add table
Add a link
Reference in a new issue