0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-10 10:52:31 -05:00

ci: Print Linux kernel info

This commit is contained in:
MarcoFalke 2023-10-03 16:38:56 +02:00
parent 4e78834ec1
commit fac054d24c
No known key found for this signature in database

View file

@ -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:"