mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-26 17:52:13 +01:00
Merge bitcoin/bitcoin#28034: ci: Print full lscpu output
fa956d20480b21b0f348b83dd451667620010d8e 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: ACK fa956d20480b21b0f348b83dd451667620010d8e Tree-SHA512: d93a79734a594c2ee180107e3ed1d1c07c1b6324b4b1e239d3f263e72490ca641f60a4e80793229523e2d52059958a896cb210014e3aa747a19871be62f5a961
This commit is contained in:
commit
c325f0fbae
@ -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…
x
Reference in New Issue
Block a user