diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-15 16:18:02 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-15 18:49:36 +0900 |
| commit | 520c36db6debd3e51b4d21395179b72a5b81cda2 (patch) | |
| tree | bb1fcb075b085af8443ad31c4ae5135000919184 /internal/rosa/perl.go | |
| parent | 3352bb975bca696c8c4d2ed2f129c97514e013a4 (diff) | |
internal/rosa: respect preferred job count
This discontinues use of nproc, and also overrides detection behaviour in ninja.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/perl.go')
| -rw-r--r-- | internal/rosa/perl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/perl.go b/internal/rosa/perl.go index acfebfa1..2776dc6f 100644 --- a/internal/rosa/perl.go +++ b/internal/rosa/perl.go @@ -43,7 +43,7 @@ rm -f /system/bin/ps # perl does not like toybox ps {"Duseshrplib"}, }, Check: []string{ - "TEST_JOBS=256", + "TEST_JOBS=" + jobsLE, "test_harness", }, Install: `LD_LIBRARY_PATH="$PWD" ./perl -Ilib -I. installperl --destdir=/work`, |
