briansmith/ring

Add riscv64 Support

liberodark opened this issue · 3 comments

Hi,

Have build issue related to ring from :
https://gitlab.com/veloren/veloren/-/issues/1972
More info :
https://paste.yunohost.org/opecoqopep.vbs
Also i can give you access on risc-v if you need.

How to build :

#!/bin/bash

apt install -y git curl
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
git clone https://github.com/briansmith/ring
cd ring
source "$HOME/.cargo/env"
cargo build

Log : https://paste.yunohost.org/kavasaqawo.rust
That work on my side with ring 0.17.8

Best Regards

I would like to leave the issue until it is merge/corrected in case it is necessary to take other actions.

riscv64 is already supported and riscv64gc-unknown-linux-gnu is already tested in CI so there's nothing more to do. Closing as a duplicate of #1376. PLMK if I am overlooking something.