Cross-compilation is working very well now! #73
dpc
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm pleased to announce that cross-compilation to all major targets is working, both on Linux and Darwin.
Note that this includes sqlite, openssl, rocksdb which are non-Rust and somewhat tricky.
It also includes dev shell, so it's possible to cross-compile with
cargo build --target ...
.On x86_64 Linux:
On aarch64 MacOS:
Beta Was this translation helpful? Give feedback.
All reactions