internal/rosa: parallel perl tests
All checks were successful
Test / Create distribution (push) Successful in 49s
Test / Hakurei (push) Successful in 4m4s
Test / ShareFS (push) Successful in 4m11s
Test / Hpkg (push) Successful in 4m50s
Test / Sandbox (race detector) (push) Successful in 5m0s
Test / Hakurei (race detector) (push) Successful in 6m2s
Test / Sandbox (push) Successful in 1m34s
Test / Flake checks (push) Successful in 3m50s

This is found in the github action, the test target does not appear to support parallelisation.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-26 19:45:50 +09:00
parent f1fd406b82
commit e48f303e38

View File

@@ -22,7 +22,10 @@ echo 'print STDOUT "1..0 # Skip broken test\n";' > ext/Pod-Html/t/htmldir3.t
-Dldflags="${LDFLAGS}" \ -Dldflags="${LDFLAGS}" \
-Doptimize='-O2 -fno-strict-aliasing' \ -Doptimize='-O2 -fno-strict-aliasing' \
-Duseithreads -Duseithreads
make "-j$(nproc)" test make \
"-j$(nproc)" \
TEST_JOBS=256 \
test_harness
make DESTDIR=/work install make DESTDIR=/work install
`, pkg.Path(AbsUsrSrc.Append("perl"), true, pkg.NewHTTPGetTar( `, pkg.Path(AbsUsrSrc.Append("perl"), true, pkg.NewHTTPGetTar(
nil, nil,