Unusual Builds with Bytes
We discovered a bug in Bazel that was causing builds with --remote_download_minimal
to download all output artifacts.
A fix has been submitted upstream to the Bazel repository and will be included in the Bazel 9.x release. It will also be cherry-picked back to versions 8.2.0 and 7.6.0.
Users on older versions of Bazel can work around this issue by setting --experimental_remote_cache_ttl
to a large value, such as 10000d
, with some caveats.