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

Current version of jsonwebtoken prevent cross compilation for aarch64-unknown-linux-gnu target #2786

Open
alexander-camuto opened this issue May 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@alexander-camuto
Copy link

Version
2.0.14

Platform
aarch64 linux

Description

There's been a long running issue of cross compilation failing for aarch64-unknown-linux-gnu due to an older version of ring. You can see discussion of this here:

And tests demonstrating that bumping ring resolves things here:

Currently ethers is on an old version of ring 0.16.20 that stems from the jsonwebtoken package at version 8 in the ethers-providers crate. The latest version for this crate is version "9" and ring has been bump to "0.17.4". See here:

Might be worth bumping jsonwebtoken to the latest version to resolve x-compilation issue. Happy to do this if greenlit but didn't want to pollute your PR pipeline.

@come-maiz
Copy link

come-maiz commented Sep 13, 2024

This is preventing trin to compile in risc-v ☝️
#2787 seems straight-forward, is there something I can do to help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants