forked from security/hakurei
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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user