mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 12:17:35 +00:00
Tests: RUn same job count as CPU instead of +1 to reduce CI congestion
This commit is contained in:
parent
4a439beae5
commit
229dbbb100
@ -282,8 +282,8 @@ sub calc_threads {
|
||||
sub calc_jobs {
|
||||
my $ok = max_procs();
|
||||
$ok && !$@ or die "%Error: Can't use -j: $@\n";
|
||||
print "driver.pl: Found $ok cores, using -j ", $ok + 1, "\n";
|
||||
return $ok + 1;
|
||||
print "driver.pl: Found $ok cores, using -j ", $ok, "\n";
|
||||
return $ok;
|
||||
}
|
||||
|
||||
sub _calc_hashset {
|
||||
|
Loading…
Reference in New Issue
Block a user