~bigbes/sr-ht-dolt: 93a10f48

ci: pin Go caches inside the APKBUILD, not the env

Builds #256/#257 failed in cache_save because abuild redirects GOCACHE
into its throwaway $tmpdir and an upstream typo in abuild.in assigns
GOMODCACHE from ${GOCACHE:-...}, so any GOMODCACHE exported beforehand
is clobbered. Exporting both paths inside build() runs after abuild's
own exports and therefore sticks; the buildenv exports are dropped.

Eugene Blikh <bigbes@gmail.com> — 2026-08-05 09:28:30 UTC

Commit 93a10f4843f643c67f30bd2605f4e6134cab324bview raw patch

Parent(s): 1760debb

2 changed file(s)

FileStatus+
.build.yml M +4 -7
APKBUILD M +6