Skip to content

Commit 3507a6a

Browse files
committed
debug
1 parent 76c8b71 commit 3507a6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/manylinux-check.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,16 @@ def is_manylinux2014_compatible():
5252
"linux-s390x",
5353
"linux-riscv64",
5454
]:
55+
print(get_platform())
5556
return False
56-
57+
print("get_platform ok")
5758
# Check for presence of _manylinux module
5859
try:
5960
import _manylinux
6061
return bool(_manylinux.manylinux2014_compatible)
6162
except (ImportError, AttributeError):
6263
# Fall through to heuristic check below
64+
print("_manylinux skipped")
6365
pass
6466

6567
# Check glibc version. CentOS 7 uses glibc 2.17.

0 commit comments

Comments
 (0)