Skip to content

Build fails for crates that uses ring 1.3.5 #264

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

Closed
TotalKrill opened this issue Mar 23, 2019 · 2 comments
Closed

Build fails for crates that uses ring 1.3.5 #264

TotalKrill opened this issue Mar 23, 2019 · 2 comments

Comments

@TotalKrill
Copy link

ring issue

It is fixable by changing the docker image to use a more recent version of Ubuntu,

should the Ubuntu version be upgraded, or could the ubuntu version be settable somehow?

@Alexhuszagh
Copy link
Contributor

Relevant issues and PRs include #557 and #591, which should upgrade the Ubuntu to a more version. Unfortunately, due to some packages and especially images with Linux headers, allowing an arbitrary Ubuntu version is much more difficult than it sounds.

@Alexhuszagh
Copy link
Contributor

Alexhuszagh commented Jul 3, 2022

No longer replicates as of the latest commit for ring (briansmith/ring@0f3bf00):

$ git clone https://github.com/briansmith/ring
$ cd ring
$ cross build --target aarch64-unknown-linux-gnu
$ cross test --target aarch64-unknown-linux-gnu

All pass. We're also going to be updating the images in #591 for the v0.3.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants