Skip to content

Commit 6498040

Browse files
committed
Make bazel honor OS-specific spawn strategies
After #40328, I didn't realize configured spawn strategies were no longer honored by `bazel`. This is because OS-specific strategies are disabled by default, which the present change aims at enabling.
1 parent e70c1be commit 6498040

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.bazelrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Do not edit this file without a review from @DataDog/agent-build
22

3+
common --enable_platform_specific_config # Supported OS identifiers are linux, macos, windows, freebsd, and openbsd
4+
35
build --verbose_failures
46
# Do not leak local environment variables into the build context
57
build --incompatible_strict_action_env

0 commit comments

Comments
 (0)