Skip to content
Snippets Groups Projects
Commit a8f2baf8 authored by Ben Boeckel's avatar Ben Boeckel Committed by Kitware Robot
Browse files

Merge topic 'ci-fix-linux-wheels' into release


ef08a3d0 gitlab-ci: restore `auditwheel repair` command

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Rejected-by: default avatarbuildbot <buildbot@kitware.com>
Reviewed-by: default avatarJaswant Panchumarti (Kitware) <jaswant.panchumarti@kitware.com>
Reviewed-by: Vicente Bolea's avatarVicente Bolea <vicente.bolea@kitware.com>
Merge-request: !11571
parents 791c6831 ef08a3d0
No related merge requests found
......@@ -616,6 +616,9 @@
- cd build
- "$PYTHON_PREFIX/bin/python setup.py bdist_wheel"
- auditwheel show dist/*.whl > $GIT_CLONE_PATH/wheel_output.log
- auditwheel repair dist/*.whl >> $GIT_CLONE_PATH/wheel_output.log
- mv -v dist/ dist-orig/
- mv -v wheelhouse/ dist/
- "$PYTHON_PREFIX/bin/python $GIT_CLONE_PATH/.gitlab/ci/create_wheel_sdk_archive.py"
- cd ..
- exec .gitlab/ci/check_warnings.sh .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment