From eab0a925e89d7bbbc8a3ccc887446fc6445390d3 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Tue, 11 Feb 2025 07:50:18 +0000 Subject: [PATCH] More excludes --- ci/build_wheel.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build_wheel.sh b/ci/build_wheel.sh index 428e23d76..adfeea245 100755 --- a/ci/build_wheel.sh +++ b/ci/build_wheel.sh @@ -16,6 +16,7 @@ case "${package_dir}" in python/libcuspatial) EXCLUDE_ARGS=( --exclude "libcudf.so" + --exclude "librapids_logger.so" ) ;; *)