alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
69 stars 114 forks source link

Map riscv64 linux to linux64-riscv64 and setup CI #230

Closed kxxt closed 8 months ago

kxxt commented 9 months ago

This enables optimized assembly to be used for linux riscv64 and sets up the CI for riscv64gc-unknown-linux-gnu.

Coincidentally, this would fix #222

alexcrichton commented 9 months ago

Thanks! While you're here would you be interested in setting up CI for the riscv targets as well?

kxxt commented 9 months ago

Thanks! While you're here would you be interested in setting up CI for the riscv targets as well?

Good idea. I am working on it.

kxxt commented 8 months ago

Hi @alexcrichton, I added a CI for riscv64gc-unknown-linux-gnu and it passes. Maybe it's time to release a new version to address #222 after this PR got merged.

alexcrichton commented 8 months ago

Thanks for your help here! I've posted a bump to https://github.com/alexcrichton/openssl-src-rs/pull/231