-
Notifications
You must be signed in to change notification settings - Fork 333
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
TypeError: Unable to resolve type 'uint8_t' #1066
Comments
Same here, @goromlagche |
I'm using
stacktrace
=> karafka/karafka-rdkafka#54 - so upgrading karafka-rdkafka worked for me. |
larskanis
added a commit
to larskanis/ffi
that referenced
this issue
Dec 30, 2023
larskanis
added a commit
that referenced
this issue
Jan 31, 2024
It was introduced by using the diff in #1066, but for some reason there was some garbage there. This is newly generated by "rake types_conf" on Debian on aarch64/v8.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While trying to use ffi inside a docker image built from
arm64v8/ruby:3.2.2
I am getting an issueTypeError: Unable to resolve type 'uint8_t'
. The gem install works fine and passes.I tried running
rake types_conf
from inside the container and this is the git diff I am getting.I ran the rake task on current master branch.
Any inputs on how to go about solving this?
The text was updated successfully, but these errors were encountered: