]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitb3ba0f2133e63167e43c036b4fd50e5358745221
tree87012dd08093bbf9ff015c9b39ec0778b2ee1cdf
parentb7544a1d5050e075f4744e4af3468802ffdbd5ac
parent2e7e9205beb5a745f91d0d0ce772c7b447c3aba8
Merge branch 'es/chainlint-ncores-fix'

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
t/chainlint.pl