Skip to content

Commit

Permalink
Unignore statx test on sparc64
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Apr 24, 2023
1 parent 3e01cb8 commit 4971a58
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libc-test/build.rs
Expand Up @@ -3781,9 +3781,6 @@ fn test_linux(target: &str) {
// https://github.com/gnzlbg/ctest/issues/68
"lio_listio" if musl => true,

// FIXME: the glibc version used by the Sparc64 build jobs
// which use Debian 10.0 is too old.
"statx" if sparc64 => true,
// Needs glibc 2.34 or later.
"posix_spawn_file_actions_addclosefrom_np" if gnu && sparc64 => true,
// Needs glibc 2.35 or later.
Expand Down

0 comments on commit 4971a58

Please sign in to comment.