Merge 97f756b12c into merged_master (Bitcoin PR bitcoin/bitcoin#28575)

This commit is contained in:
Byron Hambly 2025-08-06 15:09:58 +02:00
commit 9908b4c817
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697

View file

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