Skip to content

Commit c325f0f

Browse files
committed
Merge bitcoin/bitcoin#28034: ci: Print full lscpu output
fa956d2 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 fa956d2 Tree-SHA512: d93a79734a594c2ee180107e3ed1d1c07c1b6324b4b1e239d3f263e72490ca641f60a4e80793229523e2d52059958a896cb210014e3aa747a19871be62f5a961
2 parents ecf3baf + fa956d2 commit c325f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/06_script_b.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ "$CI_OS_NAME" == "macos" ]; then
1414
else
1515
free -m -h
1616
echo "Number of CPUs (nproc): $(nproc)"
17-
lscpu | grep Endian
17+
lscpu
1818
fi
1919
echo "Free disk space:"
2020
df -h

0 commit comments

Comments
 (0)