Skip to content
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

Switch to manylinux2014 image on x86_64 and to py38 for debug wheels #3327

Merged
merged 6 commits into from
Aug 4, 2022

Conversation

oleksiyskononenko
Copy link
Contributor

@oleksiyskononenko oleksiyskononenko commented Aug 3, 2022

Support for manylinux2010 image that we're using to build datatable on x86_64 is about to be dropped (pypa/manylinux#1281), so we switch to manylinux2014 that we're already using on ppc64le.

Also, Python 3.7 will reach its end of life soon, hence we switch to Python 3.8 when generating debug wheels. In principle, we can generate debug wheels for all the supported Python versions, however, this will significantly slow down our building pipeline.

@oleksiyskononenko oleksiyskononenko self-assigned this Aug 3, 2022
@oleksiyskononenko oleksiyskononenko added the ITA Infrastructure, tools and automation; and all installation-related problems label Aug 3, 2022
@oleksiyskononenko oleksiyskononenko added this to the Release 1.1.0 milestone Aug 3, 2022
@oleksiyskononenko oleksiyskononenko changed the title Switch from to Python 3.8 for debug wheels Switch to Python 3.8 for debug wheels Aug 3, 2022
@oleksiyskononenko oleksiyskononenko changed the title Switch to Python 3.8 for debug wheels Switch to manylinux2014 image on x86_64 and to py38 for debug wheels Aug 4, 2022
@oleksiyskononenko oleksiyskononenko added the improve Improvement of an existing functionality label Aug 4, 2022
@oleksiyskononenko oleksiyskononenko merged commit 918cfd3 into main Aug 4, 2022
@oleksiyskononenko oleksiyskononenko deleted the ok/py38-debug-wheels branch August 4, 2022 15:17
samukweku pushed a commit that referenced this pull request Aug 10, 2022
…els (#3327)

Support for `manylinux2010` image that we're using to build datatable on `x86_64` is about to be dropped (pypa/manylinux#1281), so we switch to `manylinux2014` that we're already using on `ppc64le`. 

Also, Python 3.7 will reach its end of life soon, hence we switch to Python 3.8 when generating debug wheels. In principle, we can generate debug wheels for all the supported Python versions, however, this will significantly slow down our building pipeline.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improve Improvement of an existing functionality ITA Infrastructure, tools and automation; and all installation-related problems
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant