aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-10-03 16:56:31 +0100
committerfanquake <fanquake@gmail.com>2023-10-03 16:57:11 +0100
commit97f756b12c8d8a9d3b621f296725dd7bf36bc8a9 (patch)
tree3619e7a0a58b82efd890d5000c139dfdf774bea1
parent01bd9d7b991bf8b79748ba5b3c76839a0d3bb5a4 (diff)
parentfac054d24c4b6fe3370e458ad6b626f98bd018d6 (diff)
downloadbitcoin-97f756b12c8d8a9d3b621f296725dd7bf36bc8a9.tar.xz
Merge bitcoin/bitcoin#28575: ci: Print Linux kernel info
fac054d24c4b6fe3370e458ad6b626f98bd018d6 ci: Print Linux kernel info (MarcoFalke) Pull request description: Required to debug issues like https://github.com/bitcoin/bitcoin/pull/28487#issuecomment-1729717923. For example: ``` FATAL: ThreadSanitizer: unexpected memory mapping 0x57cf8f031000-0x57cf8f173000 ACKs for top commit: hebasto: ACK fac054d24c4b6fe3370e458ad6b626f98bd018d6 Tree-SHA512: 7eb158e52daffe5cbcdfa3ed1efb45e1930b80a2672558fe400c8d72ce59a8cbeb02296dfc2032721d511410885a1f057672fe8086ba1c72a494aef541bf7eb4
-rwxr-xr-xci/test/06_script_b.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh
index f5ba48e455..89af61b87f 100755
--- a/ci/test/06_script_b.sh
+++ b/ci/test/06_script_b.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
-# Copyright (c) 2018-2022 The Bitcoin Core developers
+# Copyright (c) 2018-present The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
@@ -19,6 +19,7 @@ if [ "$CI_OS_NAME" == "macos" ]; then
else
free -m -h
echo "Number of CPUs (nproc): $(nproc)"
+ echo "System info: $(uname --kernel-name --kernel-release)"
lscpu
fi
echo "Free disk space:"