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 c63ac08 commit 5d7b507Copy full SHA for 5d7b507
zorg/buildbot/builders/sanitizers/buildbot_functions.sh
@@ -38,21 +38,28 @@ include_config
38
echo @@@BUILD_STEP Info@@@
39
(
40
set +e
41
+ date
42
env | sort
43
echo
- uptime
44
- echo
45
ulimit -a
46
47
df -h
48
49
ccache -ps
50
51
- hostname -f
+ lscpu
+ echo
52
+ g++ --version
53
54
+ cmake --version
55
56
uname -a
57
- lscpu
- exit 0
58
+ ld --version
59
60
+ uptime
61
62
+ hostname -f
63
)
64
65
echo @@@BUILD_STEP Prepare@@@
0 commit comments