From 3507a6a9992a827044da414c0d6689273bdd557c Mon Sep 17 00:00:00 2001 From: mayeut Date: Mon, 28 Oct 2024 19:30:38 +0100 Subject: [PATCH] debug --- tests/manylinux-check.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/manylinux-check.py b/tests/manylinux-check.py index 6531cca6..552852a7 100644 --- a/tests/manylinux-check.py +++ b/tests/manylinux-check.py @@ -52,14 +52,16 @@ def is_manylinux2014_compatible(): "linux-s390x", "linux-riscv64", ]: + print(get_platform()) return False - + print("get_platform ok") # Check for presence of _manylinux module try: import _manylinux return bool(_manylinux.manylinux2014_compatible) except (ImportError, AttributeError): # Fall through to heuristic check below + print("_manylinux skipped") pass # Check glibc version. CentOS 7 uses glibc 2.17.