internal/rosa: libffi artifact
All checks were successful
Test / Create distribution (push) Successful in 49s
Test / Sandbox (push) Successful in 2m42s
Test / Hakurei (push) Successful in 3m49s
Test / ShareFS (push) Successful in 3m54s
Test / Hpkg (push) Successful in 4m30s
Test / Sandbox (race detector) (push) Successful in 5m2s
Test / Hakurei (race detector) (push) Successful in 6m13s
Test / Flake checks (push) Successful in 1m45s

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 "),
}, `