We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b9d1fe + 2203ae0 commit acc7bb1Copy full SHA for acc7bb1
ci/docker/sparc64-unknown-linux-gnu/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:23.10
+FROM ubuntu:22.04
2
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
curl ca-certificates \
libc-test/build.rs
@@ -3862,6 +3862,9 @@ fn test_linux(target: &str) {
3862
| "SW_CNT"
3863
if ppc64 || riscv64 => true,
3864
3865
+ // FIXME: requires more recent kernel headers on CI
3866
+ "SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV" if sparc64 => true,
3867
+
3868
// FIXME: Not currently available in headers on ARM and musl.
3869
"NETLINK_GET_STRICT_CHK" if arm || musl => true,
3870
0 commit comments