diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-26 19:45:50 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-26 19:45:50 +0900 |
| commit | e48f303e3862c3403489cda7ce7a4779a1251f7b (patch) | |
| tree | b8c0af44cac34491d7d4f3959a8ff4ac8a4f52d2 | |
| parent | f1fd406b82237a746429839aff4e34bad3be0680 (diff) | |
internal/rosa: parallel perl tests
This is found in the github action, the test target does not appear to support parallelisation.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/perl.go | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/internal/rosa/perl.go b/internal/rosa/perl.go index 31904030..77e9d67d 100644 --- a/internal/rosa/perl.go +++ b/internal/rosa/perl.go @@ -22,7 +22,10 @@ echo 'print STDOUT "1..0 # Skip broken test\n";' > ext/Pod-Html/t/htmldir3.t -Dldflags="${LDFLAGS}" \ -Doptimize='-O2 -fno-strict-aliasing' \ -Duseithreads -make "-j$(nproc)" test +make \ + "-j$(nproc)" \ + TEST_JOBS=256 \ + test_harness make DESTDIR=/work install `, pkg.Path(AbsUsrSrc.Append("perl"), true, pkg.NewHTTPGetTar( nil, |
