Skip to content

Conversation

@yui-915
Copy link
Contributor

@yui-915 yui-915 commented Oct 27, 2025

Also add a CI workflow to ensure that it doesn't break in the future.

Closes #320.

To ensure that the B compiler itself compiles on a linux-aarch64 host,
since there are issue with the definition of ffi::c_char being different
from x86_64 hosts.
This is cause due to ffi:c_char being u8 instead of i8 like x86_64.
@rexim
Copy link
Member

rexim commented Oct 29, 2025

Thank you!

@rexim rexim merged commit 078429a into bext-lang:main Oct 29, 2025
8 checks passed
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.

c_char different size

2 participants