We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e78834 commit fac054dCopy full SHA for fac054d
ci/test/06_script_b.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
#
3
-# Copyright (c) 2018-2022 The Bitcoin Core developers
+# Copyright (c) 2018-present The Bitcoin Core developers
4
# Distributed under the MIT software license, see the accompanying
5
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
6
@@ -19,6 +19,7 @@ if [ "$CI_OS_NAME" == "macos" ]; then
19
else
20
free -m -h
21
echo "Number of CPUs (nproc): $(nproc)"
22
+ echo "System info: $(uname --kernel-name --kernel-release)"
23
lscpu
24
fi
25
echo "Free disk space:"
0 commit comments