cross
cross copied to clipboard
“Zero setup” cross compilation and “cross testing” of Rust crates
### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports ### Describe your issue When building with `CROSS_CONTAINER_IN_CONTAINER=true` pre-building uses weird path e.g.: ``` docker...
### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports ### Describe your issue $ cross -V cross 0.2.4 (f5b4671 2022-07-29) [cross] note: Falling back...
this will make it so rustup doesn't show verbose unless `-vv` or `-v` and `CROSS_DEBUG` is used.
This is a tracking issue for building aarch64 images, meaning they run natively on linux/arm64 instead of linux/amd64, and what's confirmed to work, what needs to be fixed, and what's...
### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports ### Describe your issue **UPDATE**: All targets except `x86_64-unknown-linux-musl` have been patched as of #905,...
Fixes missing sync builtins required for libraries such as OpenSSL, specifically, the `__sync_X_and_fetch` builtins. Closes #367. Improves documentation related to #906.