From 37804b38589c29d64446eacf31cf57dde288c4e2 Mon Sep 17 00:00:00 2001 From: Ulf Adams Date: Thu, 27 Jul 2023 23:00:32 +0200 Subject: [PATCH] Set EngFlow recommended flags in the bazelrc --- .bazelrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.bazelrc b/.bazelrc index d86716c1..5ef6fef8 100644 --- a/.bazelrc +++ b/.bazelrc @@ -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