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

@@ -125,6 +125,7 @@ func (t Toolchain) newLLVM(variant string, attr *llvmAttr) pkg.Artifact {
}
extra := []pkg.Artifact{
t.NewLibffi(),
t.NewPython(),
t.NewKernelHeaders(),
}