internal/rosa: libffi artifact

Required by python during llvm test suite.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-22 02:47:47 +09:00
parent d7d058fdc5
commit 6420b6e6e8
4 changed files with 30 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ func (t Toolchain) NewPython() pkg.Artifact {
return t.New("python-"+version, []pkg.Artifact{
t.NewMake(),
t.NewZlib(),
t.NewLibffi(),
}, nil, []string{
"EXTRATESTOPTS=-j0 -x " + strings.Join(skipTests, " -x "),
}, `