DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.57k stars 550 forks source link

i#1569: AArch64 CI: add a block showing info about runner #6767

Closed joshua-warburton closed 2 months ago

joshua-warburton commented 2 months ago

This patch adds some code to the runsuite wrapper to print critical information about the runner such as os, kernel version and cpu.

Currently this block looks like:

=========== System info ===========
OS: Ubuntu 20.04.6 LTS
Kernel Version: 5.15.0-1043-aws
CPU: Neoverse V1
Clang version: Ubuntu clang version 12.0.0-3ubuntu1~20.04.5
GCC version: gcc (Ubuntu 11.4.0-2ubuntu1~20.04) 11.4.0
Features: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics... 
===================================

and is only shown during AArch64 runs, just before the results.

issue: #1569