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

Rewrite Dockerfile to use build step for wheel #3

Closed
wants to merge 3 commits into from

Conversation

MarauderXtreme
Copy link
Member

Apparently libffi is not enough anymore and wheel needs to be compiled for cffi.
This lead to problems since gcc is not available and failed the CI run.
Additionally libffi-dev and build-essential is needed to successful compile wheels.

Apparently libffi is not enough anymore and wheel needs to be compiled
for cffi. This lead to problems since gcc is not available and failed
the CI run. Additionally libffi-dev and build-essential is needed to
successful compile wheels.
MarauderXtreme added a commit that referenced this pull request Oct 28, 2021
Since cffi, cryptography and others now have wheels for 3.10 we can use
latest python 3 again without having to install all build-essentials.

Superseeds and closes #3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant