Skip to content

Commit 277ff0b

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]: rust-lang#3708
1 parent 0afc20e commit 277ff0b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

libc-test/build.rs

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

41284128
// FIXME: requires more recent kernel headers on CI
4129-
| "MFD_EXEC"
4130-
| "MFD_NOEXEC_SEAL"
4131-
| "SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV"
4132-
if sparc64 => true,
4129+
"SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV" if sparc64 => true,
41334130

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

0 commit comments

Comments
 (0)