Skip to content

Commit

Permalink
testing testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Nov 18, 2022
1 parent 79ef2ea commit d70bd98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d70bd98

Please sign in to comment.