-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Labels
Milestone
Comments
We should probably give the workaround mentioned here a try: |
@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
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
…y lib used by Cassandra plugin) #2368
RazCrimson
added a commit
that referenced
this issue
May 7, 2023
RazCrimson
added a commit
that referenced
this issue
May 7, 2023
RazCrimson
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
Current alpine builds are failing when trying to compile
cryptography
for ARM architectures.Some details mentioned in #1985.
The text was updated successfully, but these errors were encountered: