8851cb58
test.yml: install via install.sh, collapse cache_gomod to one dir download
The module cache task was the last if/fi block in this manifest: download a tarball, untar it, or else go mod download, tar it up, upload. With v0.2.0's `dir download --exec` it is a single invocation that restores the tree or builds it and seeds the cache — and the manifest that ships with the tool now demonstrates the shape it is selling. Key moves from gomod/<sha>.tar.gz (a tar.gz of ~/go containing pkg/mod) to gomod/<sha>.tar.zst (cacher's own dir archive of ~/go/pkg/mod), so the old objects are simply left behind rather than misread. The bootstrap task loses its mkdir/curl/chmod trio to install.sh, which additionally verifies the download against checksums.txt.
Eugene Blikh <bigbes@gmail.com> — 2026-08-06 22:03:49 UTC
Commit 8851cb58dd2ccc5d3dd2cea8856d114fd69e1fff —
view raw patch
Parent(s):
f26ddc0e
| File | Status | + | − |
|---|---|---|---|
.builds/test.yml
|
M | +19 | -23 |