packaging a pyo3 module that requires sys.rs on the Rust side #3232
Unanswered
brotskydotcom
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
What's the Rust target? You could try to install required deps using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need advice about how to package a module that includes io-uring on the Rust side. Apparently io-uring requires
sys.rs, and when I build things using the GitHub maturin action (which I believe uses the docker container) I get this error message:Is there anything I can do to work around this? I have tried getting bindgen to run, but I don't think the docker container has the right pieces, and the net seems to agree that using that cfg flag is a very bad idea.
Beta Was this translation helpful? Give feedback.
All reactions