Skip to content

Commit

Permalink
Add an audit step
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Oct 21, 2024
1 parent b363dae commit d7904cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ python -m pip wheel . --wheel-dir=./dist -vvv --disable-pip-version-check --no-d
# Exclude libcuda.so.1 because we only install a driver stub
python -m auditwheel repair --exclude libcuda.so.1 -w ./final_dist ./dist/*

python -m pip install abi3audit
abi3audit ./final_dist/*.whl

rapids-logger "Upload Wheel"
RAPIDS_PY_WHEEL_NAME="pynvjitlink_${RAPIDS_PY_CUDA_SUFFIX}" rapids-upload-wheels-to-s3 ./final_dist

0 comments on commit d7904cb

Please sign in to comment.