internal/rosa: parallel autoconf tests

These take forever and run sequentially by default for some reason.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-26 19:52:59 +09:00
parent e48f303e38
commit 68b7d41c65

View File

@@ -64,7 +64,10 @@ cd "$(mktemp -d)"
/usr/src/autoconf/configure \ /usr/src/autoconf/configure \
--prefix=/system \ --prefix=/system \
--build="${ROSA_TRIPLE}" --build="${ROSA_TRIPLE}"
make "-j$(nproc)" check make \
"-j$(nproc)" \
TESTSUITEFLAGS="-j$(nproc)" \
check
make DESTDIR=/work install make DESTDIR=/work install
`, pkg.Path(AbsUsrSrc.Append("autoconf"), false, pkg.NewHTTPGetTar( `, pkg.Path(AbsUsrSrc.Append("autoconf"), false, pkg.NewHTTPGetTar(
nil, nil,