Skip to content

Commit bd44b22

Browse files
committed
[testing] print kernel version in CI
1 parent 431a91c commit bd44b22

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ jobs:
146146
- name: ensure the channel matches the target branch
147147
run: src/ci/scripts/verify-channel.sh
148148

149+
- name: print kernel/libc versions
150+
if: runner.os == 'Linux'
151+
run: |
152+
uname -a
153+
/lib/libc.so.6
154+
149155
- name: collect CPU statistics
150156
run: src/ci/scripts/collect-cpu-stats.sh
151157

0 commit comments

Comments
 (0)