Skip to content

Commit 97f756b

Browse files
committed
Merge bitcoin/bitcoin#28575: ci: Print Linux kernel info
fac054d ci: Print Linux kernel info (MarcoFalke) Pull request description: Required to debug issues like bitcoin/bitcoin#28487 (comment). For example: ``` FATAL: ThreadSanitizer: unexpected memory mapping 0x57cf8f031000-0x57cf8f173000 ACKs for top commit: hebasto: ACK fac054d Tree-SHA512: 7eb158e52daffe5cbcdfa3ed1efb45e1930b80a2672558fe400c8d72ce59a8cbeb02296dfc2032721d511410885a1f057672fe8086ba1c72a494aef541bf7eb4
2 parents 01bd9d7 + fac054d commit 97f756b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/test/06_script_b.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright (c) 2018-2022 The Bitcoin Core developers
3+
# Copyright (c) 2018-present The Bitcoin Core developers
44
# Distributed under the MIT software license, see the accompanying
55
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
66

@@ -19,6 +19,7 @@ if [ "$CI_OS_NAME" == "macos" ]; then
1919
else
2020
free -m -h
2121
echo "Number of CPUs (nproc): $(nproc)"
22+
echo "System info: $(uname --kernel-name --kernel-release)"
2223
lscpu
2324
fi
2425
echo "Free disk space:"

0 commit comments

Comments
 (0)