Skip to content

Commit 61331df

Browse files
committed
Also skip MFD_EXEC and MFD_NOEXEC_SEAL on sparc64
1 parent 73d2004 commit 61331df

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

libc-test/build.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -3910,7 +3910,10 @@ fn test_linux(target: &str) {
39103910
if ppc64 || riscv64 => true,
39113911

39123912
// FIXME: requires more recent kernel headers on CI
3913-
"SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV" if sparc64 => true,
3913+
| "MFD_EXEC"
3914+
| "MFD_NOEXEC_SEAL"
3915+
| "SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV"
3916+
if sparc64 => true,
39143917

39153918
// FIXME: Not currently available in headers on ARM and musl.
39163919
"NETLINK_GET_STRICT_CHK" if arm || musl => true,

0 commit comments

Comments
 (0)