Skip to content

Commit

Permalink
Try excluding CI libcuda from auditing.
Browse files Browse the repository at this point in the history
  • Loading branch information
eliphatfs committed Sep 14, 2024
1 parent 3da8fab commit 6b68c70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
CIBW_BEFORE_ALL_WINDOWS: bash ci/setup_windows.sh
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_SKIP: pp* *-musllinux_*
CIBW_ENVIRONMENT_LINUX: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/lib64
CIBW_REPAIR_WHEEL_COMMAND_LINUX: auditwheel repair --exclude libcuda -w {dest_dir} {wheel}
# CIBW_ENVIRONMENT_MACOS: CC='clang' CXX='clang++'

- uses: actions/upload-artifact@v3
Expand Down
2 changes: 0 additions & 2 deletions ci/setup_manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ yum install --setopt=obsoletes=0 -y \
cuda-driver-devel-11-8-11.8.89-1 \
cuda-cudart-devel-11-8-11.8.89-1 \
cuda-nvcc-11-8-11.8.89-1
touch /usr/local/cuda/lib64/libcuda.so.1
chmod +x /usr/local/cuda/lib64/libcuda.so.1

0 comments on commit 6b68c70

Please sign in to comment.