diff --git a/.github/workflows/ci.bazelrc b/.github/workflows/ci.bazelrc index 608ae3deb2..d7dccc0d31 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_outputs=toplevel # TESTING TESTING +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.