feat: add bindings for riscv64gc-unknown-linux-gnu target#212
Closed
NeilHanlon wants to merge 1 commit intoparallaxsecond:mainfrom
Closed
feat: add bindings for riscv64gc-unknown-linux-gnu target#212NeilHanlon wants to merge 1 commit intoparallaxsecond:mainfrom
NeilHanlon wants to merge 1 commit intoparallaxsecond:mainfrom
Conversation
Collaborator
|
I think this looks good. The lint you had to disabled should be accounted for in main so if you could rebase we'd proceed with this one. Sorry for the delay - I guess it's holiday season 😅 |
Member
|
I'm happy with the patch, but as @wiktor-k says, would be good to rebase and re-enable the lint. Apologies for the long delay 🥲 |
0f0e77d to
348eedf
Compare
Contributor
Author
|
All set. Sorry for the delay, and thank you! |
Member
This change adds riscv64gc-unknown-linux-gnu bindings for cryptoki-sys crate and adds the target to ci.sh and regenerate_bindings.sh for future updates. This change will enable building the package for risvc in Fedora. Signed-off-by: Neil Hanlon <neil@shrug.pw>
hug-dev
approved these changes
Dec 22, 2024
Member
hug-dev
left a comment
There was a problem hiding this comment.
If my suggestion is correct, you only need to rebase and the CI should pass 🙏
|
|
||
| #[cfg(all( | ||
| not(feature = "generate-bindings"), | ||
| target_arch = "riscv64gc", |
Member
There was a problem hiding this comment.
Suggested change
| target_arch = "riscv64gc", | |
| target_arch = "riscv64", |
Member
|
I think I managed to make it work in #251 ! |
Member
|
Done in #251! |
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 change adds riscv64gc-unknown-linux-gnu bindings for cryptoki-sys
crate and adds the target to ci.sh and regenerate_bindings.sh for future
updates. This change will enable building the package for risvc in
Fedora.
n.b., in order to build locally I disabled the
unused_qualificationslint due to the following:If this change is not preferred or required, I can drop the hunk from the PR.