Open
Description
Checklist
- I've looked through the issues and pull requests for similar reports
Describe your issue
https://github.com/cross-rs/cross/blob/main/docker/musl-gcc.sh uses set -x
, which causes unexpected output. Rustc now issues a lint for that (on nightly). This breaks -Dwarning
builds. See this rustc issue: rust-lang/rust#136132
Cross should remove that set -x
and then make a new release of the affected component(s). The docker images in this case I suppose?
What target(s) are you cross-compiling for?
No response
Which operating system is the host (e.g computer cross is on) running?
- macOS
- Windows
- Linux / BSD
- other OS (specify in description)
What architecture is the host?
- x86_64 / AMD64
- arm32
- arm64 (including Mac M1)
What container engine is cross using?
- docker
- podman
- other container engine (specify in description)
cross version
cross 0.2.5 (66221abde 2024-11-19)
Example
Cross compile any program to aarch64-unknown-linux-musl.
Additional information / notes
No response
Metadata
Assignees
Labels
No labels