Skip to content
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

arm compatibility #73

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

arm compatibility #73

wants to merge 1 commit into from

Conversation

acookin
Copy link

@acookin acookin commented Jan 14, 2025

Use c_char instead of i8 so this is not platform dependent.

@kou
Copy link
Member

kou commented Jan 14, 2025

Do you have a code that shows that the current code has this problem?
(How did you find this? Build time warning?)

@acookin
Copy link
Author

acookin commented Jan 29, 2025

Do you have a code that shows that the current code has this problem? (How did you find this? Build time warning?)

yes, it was a build time warning building on an arm-based host. Keeping this in draft for now, I will post repro instructions when I get a chance.

@kou
Copy link
Member

kou commented Jan 29, 2025

OK.

We can use arm based GitHub hosted runner: https://github.blog/news-insights/product-news/arm64-on-github-actions-powering-faster-more-efficient-build-systems/

Let's use it in our CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants