diff --git a/.bazelversion b/.bazelversion index e3b04b81a..35a381924 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1,4 +1,4 @@ -6.0.0rc2 +last_green # The first line of this file is used by Bazelisk and Bazel to be sure # the right version of Bazel is used to build and test this repo. # This also defines which version is used on CI. diff --git a/.github/workflows/ci.bazelrc b/.github/workflows/ci.bazelrc index 8247479a7..b14e9e1bc 100644 --- a/.github/workflows/ci.bazelrc +++ b/.github/workflows/ci.bazelrc @@ -10,7 +10,7 @@ build:local --disk_cache=~/.cache/bazel # Generic remote cache build --remote_local_fallback -# build --remote_download_toplevel # BREAKS BUILD in Bazel 6.0.0rc1 & rc2; See https://github.com/bazelbuild/bazel/issues/16789 +build --remote_download_toplevel build --remote_timeout=3600 build --remote_upload_local_results ## Fixes builds hanging on CI that get the TCP connection closed without sending RST packets.