summaryrefslogtreecommitdiff
path: root/libc-test
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-04-24 19:47:52 +0000
committerbors <bors@rust-lang.org>2023-04-24 19:47:52 +0000
commit5744793b48ddd451ed0690e486845f60280150a3 (patch)
tree019436ab974aa3a931c836e74c96f3b5df251d35 /libc-test
parent890fc93b7e7daac55d0224cd47ce276f24e51a81 (diff)
parent4971a587e62aae730cf17db38947c610095f1b2e (diff)
downloadrust-libc-5744793b48ddd451ed0690e486845f60280150a3.tar.gz
Auto merge of #3220 - JohnTitor:sparc64-2022-12-09, r=JohnTitor
Use the latest Debian for SPARC64
Diffstat (limited to 'libc-test')
-rw-r--r--libc-test/build.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs
index a4df4571a5..0a8b175c34 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -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.