Skip to content

Commit 86d69d2

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 c6ad434 commit 86d69d2

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
@@ -4318,10 +4318,7 @@ fn test_linux(target: &str) {
43184318
if ppc64 || riscv64 => true,
43194319

43204320
// FIXME(linux): requires more recent kernel headers on CI
4321-
| "MFD_EXEC"
4322-
| "MFD_NOEXEC_SEAL"
4323-
| "SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV"
4324-
if sparc64 => true,
4321+
"SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV" if sparc64 => true,
43254322

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

0 commit comments

Comments
 (0)