Map riscv64 linux to linux64-riscv64 and setup CI#230
Merged
alexcrichton merged 2 commits intoalexcrichton:mainfrom Feb 12, 2024
Merged
Map riscv64 linux to linux64-riscv64 and setup CI#230alexcrichton merged 2 commits intoalexcrichton:mainfrom
alexcrichton merged 2 commits intoalexcrichton:mainfrom
Conversation
Owner
|
Thanks! While you're here would you be interested in setting up CI for the riscv targets as well? |
Contributor
Author
Good idea. I am working on it. |
Contributor
Author
|
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. |
Owner
|
Thanks for your help here! I've posted a bump to #231 |
5 tasks
bors
added a commit
to rust-lang/cargo
that referenced
this pull request
Feb 16, 2024
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.
stupendoussuperpowers
pushed a commit
to stupendoussuperpowers/cargo
that referenced
this pull request
Feb 28, 2024
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 <xeonacid@hit.edu.cn>
charmitro
pushed a commit
to charmitro/cargo
that referenced
this pull request
Sep 13, 2024
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 <xeonacid@hit.edu.cn>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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