Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Fix CI for manylinux build of python package #7

Merged
merged 105 commits into from
Mar 9, 2020
Merged

Conversation

tamuhey
Copy link
Collaborator

@tamuhey tamuhey commented Mar 7, 2020

closes #6

According to rust-lang/rust#57497, it is necessary to create specific binary for old centos. So I created new CI for this purpose.

@tamuhey
Copy link
Collaborator Author

tamuhey commented Mar 8, 2020

Tried to create wheel with centos:7 docker container, but it failed because the wheel couldn't be uploaded to pypi. It seems to be necessary to create manylinux binary to upload.

@tamuhey tamuhey changed the title Ci/centos builder Fix CI for manylinux build Mar 8, 2020
@tamuhey tamuhey changed the title Fix CI for manylinux build Fix CI for manylinux build of python package Mar 8, 2020
@tamuhey
Copy link
Collaborator Author

tamuhey commented Mar 8, 2020

Finally I solved this problem to use manylinux docker image. This image is based on centos:5, which is an old version of centos, and enables many linuxOS to use the wheel.

@tamuhey tamuhey merged commit 8ce82c2 into master Mar 9, 2020
@tamuhey tamuhey mentioned this pull request Mar 9, 2020
@tamuhey tamuhey deleted the ci/centos-builder branch March 9, 2020 04:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compile for glibc 2.17
1 participant