Replies: 1 comment 1 reply
-
First of all, Ruff is a pure Rust binary at the moment so there is no need to set As for |
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.
-
Hi! I am trying to cross-compile Ruff from Linux to Linux-ARM (aarch64-unknown-linux-gnu). At the linking stage with command
TARGET=aarch64-unknown-linux-gnu PKG_CONFIG_ALLOW_CROSS=1 cargo zigbuild --release --target=$TARGET --verbose
I get an error
I have the next flags:
And config.toml
Beta Was this translation helpful? Give feedback.
All reactions