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 431a91c commit 9e75dadCopy full SHA for 9e75dad
.github/workflows/ci.yml
@@ -146,6 +146,11 @@ jobs:
146
- name: ensure the channel matches the target branch
147
run: src/ci/scripts/verify-channel.sh
148
149
+ - name: print kernel/libc versions
150
+ if: runner.os == 'Linux'
151
+ run: |
152
+ uname -a
153
+
154
- name: collect CPU statistics
155
run: src/ci/scripts/collect-cpu-stats.sh
156
src/ci/docker/host-x86_64/mingw-check-2/Dockerfile
@@ -27,6 +27,7 @@ COPY scripts/sccache.sh /scripts/
27
RUN sh /scripts/sccache.sh
28
29
ENV SCRIPT \
30
+ ldd --version && \
31
python3 ../x.py check && \
32
python3 ../x.py clippy ci && \
33
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
0 commit comments