Skip to content

Commit fac054d

Browse files
author
MarcoFalke
committed
ci: Print Linux kernel info
1 parent 4e78834 commit fac054d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/test/06_script_b.sh

Lines changed: 2 additions & 1 deletion
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)