mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 11:57:28 -03:00
Merge bitcoin/bitcoin#28034: ci: Print full lscpu output
fa956d2048
ci: Print full lscpu output (MarcoFalke) Pull request description: Seems odd to withhold the other output, given that it may be useful to debug issues? ACKs for top commit: fanquake: ACKfa956d2048
Tree-SHA512: d93a79734a594c2ee180107e3ed1d1c07c1b6324b4b1e239d3f263e72490ca641f60a4e80793229523e2d52059958a896cb210014e3aa747a19871be62f5a961
This commit is contained in:
commit
c325f0fbae
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ if [ "$CI_OS_NAME" == "macos" ]; then
|
|||
else
|
||||
free -m -h
|
||||
echo "Number of CPUs (nproc): $(nproc)"
|
||||
lscpu | grep Endian
|
||||
lscpu
|
||||
fi
|
||||
echo "Free disk space:"
|
||||
df -h
|
||||
|
|
Loading…
Reference in a new issue