mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -05:00
ci: Print Linux kernel info
This commit is contained in:
parent
4e78834ec1
commit
fac054d24c
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/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
|
# Distributed under the MIT software license, see the accompanying
|
||||||
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@ if [ "$CI_OS_NAME" == "macos" ]; then
|
||||||
else
|
else
|
||||||
free -m -h
|
free -m -h
|
||||||
echo "Number of CPUs (nproc): $(nproc)"
|
echo "Number of CPUs (nproc): $(nproc)"
|
||||||
|
echo "System info: $(uname --kernel-name --kernel-release)"
|
||||||
lscpu
|
lscpu
|
||||||
fi
|
fi
|
||||||
echo "Free disk space:"
|
echo "Free disk space:"
|
||||||
|
|
Loading…
Add table
Reference in a new issue