diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-10-03 16:38:56 +0200 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-10-03 16:37:43 +0200 |
commit | fac054d24c4b6fe3370e458ad6b626f98bd018d6 (patch) | |
tree | 35334ab9eeaa0f83e0db07b3277e5613487c11e7 /ci | |
parent | 4e78834ec11ede578437e7a96bafd5542f26a9d5 (diff) |
ci: Print Linux kernel info
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/test/06_script_b.sh | 3 |
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:" |