internal/rosa: migrate to make helper

This migrates artifacts that the helper cannot produce an identical instance of.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-31 05:09:17 +09:00
parent 29ebc52e26
commit 8b4576bc5f
15 changed files with 262 additions and 263 deletions

View File

@@ -13,8 +13,6 @@ func (t Toolchain) newLibgd() pkg.Artifact {
mustDecode(checksum),
pkg.TarGzip,
), &MakeAttr{
Writable: true,
OmitDefaults: true,
Env: []string{
"TMPDIR=/dev/shm/gd",