Skip to content

Conversation

@AsbjornOlling
Copy link
Contributor

PR #861 contains a function cstr_to_string that uses a *const i8 type as a char pointer.
This breaks android builds.

The correct type to use is std::ffi::c_char, as introduced in PR #629

@nguyentuongbachhy
Copy link

Please merge it. I'm getting a similar bugs when I build llama-cpp-2 in arm64 architecture (but I build it in amd64, it works)

@MarcusDunn
Copy link
Contributor

will merge soon as tests show green. Thanks for the PR @AsbjornOlling

@MarcusDunn MarcusDunn merged commit 2ec8656 into utilityai:main Nov 26, 2025
3 of 5 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.

3 participants