Skip to content
Snippets Groups Projects
Commit 1c9ec302 authored by Mikhail Karnevskiy's avatar Mikhail Karnevskiy
Browse files

use auditwheel to create manylinux wheel

parent 06fb82c9
No related branches found
No related tags found
No related merge requests found
......@@ -69,11 +69,15 @@ include:
- cd $CI_PROJECT_DIR/build/consumer/api/python/dist_linux
- make python-dist-consumer
- $pip_bin wheel dist/*.tar.gz --no-deps
- FILE=$(ls -t -U asapo_consumer*whl)
- auditwheel repair $FILE
- cd $CI_PROJECT_DIR/build/producer/api/python/dist_linux
- make python-dist-producer
- $pip_bin wheel dist/*.tar.gz --no-deps
- FILE=$(ls -t -U asapo_producer*whl)
- auditwheel repair $FILE
- mkdir -p $CI_PROJECT_DIR/wheel_packages/$WHEEL_FOLDER
- cp $CI_PROJECT_DIR/build/*/api/python/dist_linux/*.whl $CI_PROJECT_DIR/wheel_packages/$WHEEL_FOLDER
- cp $CI_PROJECT_DIR/build/*/api/python/dist_linux/wheelhouse/*.whl $CI_PROJECT_DIR/wheel_packages/$WHEEL_FOLDER
tags:
- kubernetes-executor
rules:
......
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