Skip to content

Commit de7fe5c

Browse files
committed
Revert "Also skip MFD_EXEC and MFD_NOEXEC_SEAL on sparc64"
This commit was included in [1] but was not present in the original commmit. This was likely needed because of previous differences in CI setup and MSRV between the two branches. Now that the two branches are much more similar, the same kernel verion and Rust versions are tested so this should no longer be needed. This reverts commit 61331df. [1]: #3708
1 parent a2d7c3b commit de7fe5c

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)