From 51d3df2419e26f15d780c98629a357473855ebd4 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 1 Mar 2026 12:11:41 +0900 Subject: internal/rosa/make: split build and check Doing these together breaks far too many buggy makefiles. Signed-off-by: Ophestra --- internal/rosa/python.go | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'internal/rosa/python.go') diff --git a/internal/rosa/python.go b/internal/rosa/python.go index 069b574d..2c98424b 100644 --- a/internal/rosa/python.go +++ b/internal/rosa/python.go @@ -48,12 +48,7 @@ func (t Toolchain) newPython() pkg.Artifact { "LDFLAGS=-Wl,--dynamic-linker=/system/lib/" + "ld-musl-" + linuxArch() + ".so.1", }, - - ScriptEarly: ` -export HOME="$(mktemp -d)" -`, - - CheckName: "test", + Check: []string{"test"}, }, t.Load(Zlib), t.Load(Libffi), -- cgit v1.3.1