cross icon indicating copy to clipboard operation
cross copied to clipboard

“Zero setup” cross compilation and “cross testing” of Rust crates

Results 247 cross issues
Sort by recently updated
recently updated
newest added

### 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...

bug

Do not copy the '$' symbol when copy the command

no changelog

### 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.

container-images
meta
no changelog
A-aarch64-host

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...

container-images
A-aarch64-host
tracking-issue

### 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,...

bug
help wanted
A-musl

Fixes missing sync builtins required for libraries such as OpenSSL, specifically, the `__sync_X_and_fetch` builtins. Closes #367. Improves documentation related to #906.

bug
upstream
A-musl