Skip to content

Commit 5c84170

Browse files
committed
ci: Log the output of uname -a
Indicate which kernel version we are working with. (backport <#4760>) (cherry picked from commit cc3cee4)
1 parent 7cbb09e commit 5c84170

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ target="$1"
99

1010
export RUST_BACKTRACE="${RUST_BACKTRACE:-1}"
1111

12+
# For logging
13+
uname -a
14+
1215
cmd="cargo test --target $target ${LIBC_CI_ZBUILD_STD+"-Zbuild-std"}"
1316
test_flags="--skip check_style"
1417

0 commit comments

Comments
 (0)