From 8b4576bc5f6eaaf703886629f2dfa12ba38b574c Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 31 Jan 2026 05:09:17 +0900 Subject: internal/rosa: migrate to make helper This migrates artifacts that the helper cannot produce an identical instance of. Signed-off-by: Ophestra --- internal/rosa/libgd.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal/rosa/libgd.go') diff --git a/internal/rosa/libgd.go b/internal/rosa/libgd.go index f61e99b0..6f2991d4 100644 --- a/internal/rosa/libgd.go +++ b/internal/rosa/libgd.go @@ -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", -- cgit v1.3.1