Skip to content

Commit 0ec8ba2

Browse files
committed
to squash somewhere
1 parent 22c9823 commit 0ec8ba2

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

ci/docker/riscv64gc-unknown-linux-gnu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
66
gcc-riscv64-linux-gnu \
77
libc6-dev \
88
libc6-dev-riscv64-cross \
9-
qemu-system-riscv64 \
9+
qemu-system-riscv \
1010
qemu-user
1111

1212
ENV CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_LINKER=riscv64-linux-gnu-gcc \

libc-test/build.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4236,6 +4236,10 @@ fn test_linux(target: &str) {
42364236
{
42374237
true
42384238
}
4239+
4240+
// Many more fields added in the glibc update to go with 6.17
4241+
"tcp_info" if gnu && versions.glibc.unwrap() < (2, 43) => true,
4242+
42394243
_ => false,
42404244
}
42414245
});

0 commit comments

Comments
 (0)