]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'es/chainlint-ncores-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 May 2024 21:15:15 +0000 (14:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 May 2024 21:15:15 +0000 (14:15 -0700)
The chainlint script (invoked during "make test") did nothing when
it failed to detect the number of available CPUs.  It now falls
back to 1 CPU to avoid the problem.

* es/chainlint-ncores-fix:
  chainlint.pl: latch CPU count directly reported by /proc/cpuinfo
  chainlint.pl: fix incorrect CPU count on Linux SPARC
  chainlint.pl: make CPU count computation more robust

1  2 
t/chainlint.pl

diff --cc t/chainlint.pl
Simple merge