From d70bd98e85ac553a652439a03f6c9c3d6bb43cac Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Thu, 17 Nov 2022 21:14:53 -0800 Subject: [PATCH] testing testing --- .github/workflows/ci.bazelrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.bazelrc b/.github/workflows/ci.bazelrc index 608ae3deb2..be7c784d16 100644 --- a/.github/workflows/ci.bazelrc +++ b/.github/workflows/ci.bazelrc @@ -10,7 +10,8 @@ build:local --disk_cache=~/.cache/bazel # Generic remote cache build --remote_local_fallback -# build --remote_download_toplevel # BREAKS BUILD in Bazel 6.0.0rc1 +build --remote_download_toplevel +build --spawn_strategy=local # TESTING TESTING build --remote_timeout=3600 build --remote_upload_local_results ## Fixes builds hanging on CI that get the TCP connection closed without sending RST packets.