Skip to content

Commit ba89637

Browse files
committed
ci: Log libc version
1 parent dfcc807 commit ba89637

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ci/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ export RUSTFLAGS="${EXTRA_RUSTFLAGS:-} ${RUSTFLAGS:-}"
1313

1414
echo "RUSTFLAGS: '$RUSTFLAGS'"
1515

16-
# For logging
16+
# Print system and libc version for logging if available
1717
uname -a
18+
dpkg -l | grep libc- || true
1819

1920
cmd="cargo test --target $target ${LIBC_CI_ZBUILD_STD+"-Zbuild-std"}"
2021
test_flags="--skip check_style"

0 commit comments

Comments
 (0)