We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7646277 + 61331df commit 664947bCopy full SHA for 664947b
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
@@ -3909,6 +3909,12 @@ fn test_linux(target: &str) {
3909
| "SW_CNT"
3910
if ppc64 || riscv64 => true,
3911
3912
+ // FIXME: requires more recent kernel headers on CI
3913
+ | "MFD_EXEC"
3914
+ | "MFD_NOEXEC_SEAL"
3915
+ | "SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV"
3916
+ if sparc64 => true,
3917
+
3918
// FIXME: Not currently available in headers on ARM and musl.
3919
"NETLINK_GET_STRICT_CHK" if arm || musl => true,
3920
0 commit comments