1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2026-06-21 00:12:59 +02:00
Files
comprehensive-rust/.github/workflows/setup-bazel-cache
Martin Geisler 8275582149 bazel: avoid caching huge repository cache (#3210)
The LLVM toolchain repository is around 5 GB in the cache, which means
that we quickly fill up the 10 GB cache quota we have for GitHub
Actions. Downloading it should be roughtly equally fast.
2026-06-14 15:03:53 +00:00
..