We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcc807 commit ba89637Copy full SHA for ba89637
1 file changed
ci/run.sh
@@ -13,8 +13,9 @@ export RUSTFLAGS="${EXTRA_RUSTFLAGS:-} ${RUSTFLAGS:-}"
13
14
echo "RUSTFLAGS: '$RUSTFLAGS'"
15
16
-# For logging
+# Print system and libc version for logging if available
17
uname -a
18
+dpkg -l | grep libc- || true
19
20
cmd="cargo test --target $target ${LIBC_CI_ZBUILD_STD+"-Zbuild-std"}"
21
test_flags="--skip check_style"
0 commit comments