-
-
Notifications
You must be signed in to change notification settings - Fork 33
Build Linux platform wheels with cibuildwheel
#562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Linux platform wheels with cibuildwheel
#562
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
a22b8e0
to
66eee7e
Compare
Self note: cibuildwheel doesn't clean the build dir in between building different wheels in the same container. Seems to be something mentioned in pypa/cibuildwheel#1693. |
ffc39eb
to
15f1ee6
Compare
This comment was marked as spam.
This comment was marked as spam.
657e65a
to
8d02a6a
Compare
|
c5cf4de
to
c32a963
Compare
7dfa63e
to
67c213c
Compare
67c213c
to
8ccc7b9
Compare
This includes phasing out `reusable-build-wheel.yml` for good and removing the old shell scripts it relied on, as well as the tox env that invoked them. A new toxenv `cibuildwheel` has been added for convenience.
This patch sets QEMU build timeout to 70 minutes. Such a high value accomodates for non-`x86_64` builds as the job produces artifacts for 3 untested architectures that take a little over 20 minutes each. Sometimes, slower.
8ccc7b9
to
9452f2c
Compare
|
SUMMARY
$sbj.
ISSUE TYPE
ADDITIONAL INFORMATION
N/A