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

Fix failing Alpine builds (break by the Cryptography lib used by Cassandra plugin) #2368

Closed
RazCrimson opened this issue May 7, 2023 · 2 comments · Fixed by #2371
Closed

Comments

@RazCrimson
Copy link
Collaborator

Current alpine builds are failing when trying to compile cryptography for ARM architectures.

Some details mentioned in #1985.

@RazCrimson
Copy link
Collaborator Author

@nicolargo

We should probably give the workaround mentioned here a try:
pyca/cryptography#6673

@nicolargo
Copy link
Owner

@RazCrimson can not find any "~/.cargo/registry/index" inside the container.

A possible workaround is to remove the cassandra-driver lib in the optional-requirements.txt (this lib has cryptography as dep). Not sure that the Cassandra export is very used...

If you find another way to solve the issue...

@nicolargo nicolargo changed the title Fix failing Alpine builds Fix failing Alpine builds (break by the Cryptography lib used by Cassandra plugin) May 7, 2023
nicolargo added a commit that referenced this issue May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants