~bigbes/ci-cacher: 4c3e4701

test.yml: use published cacher binary instead of building from source

Walking back e1b71b2. Building cacher from source dropped the
go-tarball caching (chicken-and-egg). Bootstrapping from the published
v0.1.0 binary instead lets all three caches (go tarball, gomod, garage
image) use cacher.

Cost: cache_garage_image stays on the if/else cacher docker
{exists,download,upload} pattern instead of the single `cacher docker
download --pull` introduced on master, because v0.1.0 doesn't have
--pull yet. Comment notes the switch as a follow-up after the next
release.

Eugene Blikh <bigbes@gmail.com> — 2026-05-26 05:29:51 UTC

Commit 4c3e470117ab195e7523ae3918a4da1a5f957f59view raw patch

Parent(s): e1b71b2f

1 changed file(s)

FileStatus+
.builds/test.yml M +31 -22