-
Notifications
You must be signed in to change notification settings - Fork 114
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
Map riscv64 linux to linux64-riscv64 and setup CI #230
Conversation
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. |
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. |
Thanks for your help here! I've posted a bump to #231 |
chore(deps): update openssl to 3.2.1 again #13159 had updated to 3.2.0 and #13179 reverted to 1.1.1 for riscv64 build. riscv64 build issue fixed and released in openssl-src 300.2.3+3.2.1: alexcrichton/openssl-src-rs#230 Update to 3.2.1 from 3.2.0 should be safe.
rust-lang#13159 had updated to 3.2.0 and rust-lang#13179 reverted to 1.1.1 for riscv64 build. riscv64 build issue fixed and released in openssl-src 300.2.3+3.2.1: alexcrichton/openssl-src-rs#230 Update to 3.2.1 from 3.2.0 should be safe. Signed-off-by: Xeonacid <[email protected]>
rust-lang#13159 had updated to 3.2.0 and rust-lang#13179 reverted to 1.1.1 for riscv64 build. riscv64 build issue fixed and released in openssl-src 300.2.3+3.2.1: alexcrichton/openssl-src-rs#230 Update to 3.2.1 from 3.2.0 should be safe. Signed-off-by: Xeonacid <[email protected]>
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