Skip to content
Snippets Groups Projects
Commit ad5e8e04 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : cibuildwheel now doesn't uses auditwheel to repairwheels.

This led to auditwheel retrieving all .so linked to aidge_backend_cuda & add them to the generated .whl file.
Thus generating a 400Mo+ .whl pkg.
Closes #32
Relates to aidge#67
parent b7172a73
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ release:pip:ubuntu:
CUDA_MAJOR_VERSION='11'
CUDA_MINOR_VERSION='8'
SEARCH_PATH='/home/ubuntu/builds/$CI_RUNNER_SHORT_TOKEN/$CI_CONCURRENT_ID'
CIBW_REPAIR_WHEEL_COMMAND=''
parallel:
matrix:
......
......@@ -47,6 +47,8 @@ test-command = "pytest {project}/aidge_backend_cuda/unit_tests"
# "cp310-manylinux_x86_64"
# ]
repair-wheel-command = ""
[tool.cibuildwheel.container-engine]
# pass command line options to 'docker run'
name = "docker"
......
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