Skip to content

Commit 9e75dad

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

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ 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+
149154
- name: collect CPU statistics
150155
run: src/ci/scripts/collect-cpu-stats.sh
151156

src/ci/docker/host-x86_64/mingw-check-2/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ COPY scripts/sccache.sh /scripts/
2727
RUN sh /scripts/sccache.sh
2828

2929
ENV SCRIPT \
30+
ldd --version && \
3031
python3 ../x.py check && \
3132
python3 ../x.py clippy ci && \
3233
python3 ../x.py test --stage 1 core alloc std test proc_macro && \

0 commit comments

Comments
 (0)