Skip to content

Commit 8767bb6

Browse files
authored
Add build --incompatible_strict_action_env to .bazelrc (#6106)
Which should help get better remote cache hits.
1 parent 3c2f4e3 commit 8767bb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ build --disk_cache=~/.bazel_cache
1313
build --experimental_remote_cache_compression
1414
build --remote_build_event_upload=minimal
1515
build --nolegacy_important_outputs
16+
build --incompatible_strict_action_env
1617

1718
build:release \
1819
--compilation_mode=opt \

0 commit comments

Comments
 (0)