-
Notifications
You must be signed in to change notification settings - Fork 218
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
[WIP] manylinux2010 with devtoolset 7 #252
Closed
henriquegemignani
wants to merge
18
commits into
pypa:master
from
henriquegemignani:manylinux2-devtoolset-7
Closed
[WIP] manylinux2010 with devtoolset 7 #252
henriquegemignani
wants to merge
18
commits into
pypa:master
from
henriquegemignani:manylinux2-devtoolset-7
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CentOS 6.9 includes a new enough OpenSSL (1.0.1e) to allow curl to connect to HTTPS URLs. The official 32-bit Docker image does not include the utils-linux-ng package that contains linux32. Without setting a 32-bit personality, yum will download packages for the the host's architecture. Python 2.6 is included, however, so include a Python implementation of setarch(8) to enable bootstrapping.
MAINTAINER is also deprecated, so that's replaced with LABEL.
The Dockerfile and supporting scripts for this live in docker/glibc/. This cannot be built on Travis because it takes too long and emits too many log messages. Later patches should address reproducibility.
My two cents, BTW thanks for your docker image 👍 (ps: can you build it, so it works without vsyscall ? ;)) |
Closed
14 tasks
Closed
Superseded by #279 that's been merged-in. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've rebased #152 on top of a recent master because I needed to create a manylinux2010 wheel for Python 3.7.
I also needed a recent toolchain so I installed the devtoolset 7 from The Software Collections.
This PR is not ready at all for merge, especially compared to #182, but I feel it's good enough for comparison and discussion.
/opt
and build python/git with it only.