blob: 5fce09ae72df9b3a0245f873e2fcd544742272b7 [file] [log] [blame]
Leopold7fbf1042023-01-06 19:57:37 +01001# bazelrc config used during sandboxroot generation
2
3startup --batch_cpu_scheduling --io_nice_level 7
4build --incompatible_strict_action_env=true
Leopoldbc93c2b2023-01-14 13:12:23 +01005build --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
6
7# No host CC platform - we only want pure Go for the sandboxroot
8build --host_platform=@io_bazel_rules_go//go/toolchain:linux_amd64
Leopold7fbf1042023-01-06 19:57:37 +01009
10# Shared with main .bazelrc
11try-import %workspace%/.bazelrc.user
12try-import %workspace%/ci.bazelrc