-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Unable to build ruff on aarch64 alpine docker #10159
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
Comments
That's interesting. It's not clear to me why you run into this. We do create musl builds in CI and that works fine, strange. Could you share some more details about your setup? That would help us to reproduce the issue. |
I made it working by adding: export CFLAGS=-mno-outline-atomics before calling wheel will try to reproduce it at home after work because our corpo firewall is messing with ssl certificate ...
|
@matejsp did you figure more out here / is there anything actionable for us to do? |
Closing for now... |
Uh oh!
There was an error while loading. Please reload this page.
I am getting undefined reference to `getauxval' using ruff 0.2.2 and rust 1.75.0
I saw mentioning this issue very often and in rust-lang/rust#89626 there is potencial workaround:
CFLAGS=-mno-outline-atomics but I don't know if same solution applies to ruff and where to put it.
The text was updated successfully, but these errors were encountered: