internal/rosa: diffutils artifact

LLVM tests are not happy with busybox diff.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-22 03:00:59 +09:00
parent 6420b6e6e8
commit 094a62ba9d
2 changed files with 31 additions and 0 deletions

View File

@@ -127,6 +127,8 @@ func (t Toolchain) newLLVM(variant string, attr *llvmAttr) pkg.Artifact {
extra := []pkg.Artifact{
t.NewLibffi(),
t.NewPython(),
t.NewPerl(),
t.NewDiffutils(),
t.NewKernelHeaders(),
}
if t == toolchainStage3 {