Skip to content

Commit 56c0149

Browse files
authored
Merge pull request #4281 from tgross35/sync-branches
[0.2] Revert "Also skip `MFD_EXEC` and `MFD_NOEXEC_SEAL` on sparc64"
2 parents a2d7c3b + de7fe5c commit 56c0149

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

libc-test/build.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4358,10 +4358,7 @@ fn test_linux(target: &str) {
43584358
if ppc64 || riscv64 => true,
43594359

43604360
// FIXME(linux): requires more recent kernel headers on CI
4361-
| "MFD_EXEC"
4362-
| "MFD_NOEXEC_SEAL"
4363-
| "SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV"
4364-
if sparc64 => true,
4361+
"SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV" if sparc64 => true,
43654362

43664363
// FIXME(linux): Not currently available in headers on ARM and musl.
43674364
"NETLINK_GET_STRICT_CHK" if arm => true,

0 commit comments

Comments
 (0)