Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
build --enable_platform_specific_config

# Strongly recommended for any remote builds. Safe to enable for any build.
build --grpc_keepalive_time=30s
build --nolegacy_important_outputs

# Options common for all EngFlow remote configurations.
build:engflow_common --jobs=8
build:engflow_common --define=EXECUTOR=remote
Expand Down