Skip to content

Commit

Permalink
Also skip MFD_EXEC and MFD_NOEXEC_SEAL on sparc64
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed May 17, 2024
1 parent 73d2004 commit 61331df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3910,7 +3910,10 @@ fn test_linux(target: &str) {
if ppc64 || riscv64 => true,

// FIXME: requires more recent kernel headers on CI
"SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV" if sparc64 => true,
| "MFD_EXEC"
| "MFD_NOEXEC_SEAL"
| "SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV"
if sparc64 => true,

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

0 comments on commit 61331df

Please sign in to comment.