Leopold | 7fbf104 | 2023-01-06 19:57:37 +0100 | [diff] [blame^] | 1 | # bazelrc config used during sandboxroot generation |
2 | |||||
3 | startup --batch_cpu_scheduling --io_nice_level 7 | ||||
4 | build --incompatible_strict_action_env=true | ||||
5 | |||||
6 | # Shared with main .bazelrc | ||||
7 | try-import %workspace%/.bazelrc.user | ||||
8 | try-import %workspace%/ci.bazelrc |