diff options
Diffstat (limited to 'internal/rosa/python.go')
| -rw-r--r-- | internal/rosa/python.go | 7 |
1 files changed, 1 insertions, 6 deletions
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), |
