aarch64-unknown-linux-musl
aarch64-unknown-linux-musl
Posted May 16, 2025 13:19 UTC (Fri) by rillian (subscriber, #11344)Parent article: Oniux: kernel-level Tor isolation for Linux applications
In case anyone else is confused building out of a local repo, the project is configured to target aarch64-unknown-linux-musl by default, and will fail to build if cross-toolchains for that target are not installed. One can work around by passing --target x86_64-unknown-linux-gnu to cargo, or whatever one's native target is.
The build.target directive in .cargo/config is ignored by cargo install which is why the blog post's suggestion of installing directly from the upstream repo works.
