Skip to content

Commit 121ffd9

Browse files
committed
skip auditwheel in cibuildwheel
1 parent 679e274 commit 121ffd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/py.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ jobs:
104104
# CIBW_TEST_COMMAND: 'pytest {project}/test'
105105
# CIBW_TEST_REQUIRES: pytest requests
106106
# CIBW_TEST_SKIP: '*-macosx_arm64 *-macosx_universal2:arm64'
107+
# We must skip auditwheel because libunicorn.so is loaded at import time instead of load time and thus auditwheel will always fail!
108+
# This is hacky but should be okay
109+
CIBW_REPAIR_WHEEL_COMMAND: 'true'
107110
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
108111
CIBW_BUILD_VERBOSITY: 1
109112

0 commit comments

Comments
 (0)