From ca60927daa7009a350f9d2543cea87520c838e9d Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 10 May 2024 06:35:18 -0700 Subject: [PATCH] exclude libucs_signal too --- ci/build_wheel.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build_wheel.sh b/ci/build_wheel.sh index 4a404a37..1b1d3689 100755 --- a/ci/build_wheel.sh +++ b/ci/build_wheel.sh @@ -57,6 +57,7 @@ python -m auditwheel repair \ --exclude "libucm.so.0" \ --exclude "libucp.so.0" \ --exclude "libucs.so.0" \ + --exclude "libucs_signal.so.0" \ --exclude "libuct.so.0" \ dist/*