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/pkg-config.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal/rosa/pkg-config.go') diff --git a/internal/rosa/pkg-config.go b/internal/rosa/pkg-config.go index 28a42dc0..c5c0814a 100644 --- a/internal/rosa/pkg-config.go +++ b/internal/rosa/pkg-config.go @@ -14,8 +14,6 @@ func (t Toolchain) newPkgConfig() pkg.Artifact { mustDecode(checksum), pkg.TarGzip, ), &MakeAttr{ - Writable: true, - Configure: [][2]string{ {"CFLAGS", "'-Wno-int-conversion'"}, {"with-internal-glib"}, -- cgit v1.3.1