Checklist
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?
What architecture is the host?
What container engine is cross using?
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
Checklist
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-Dwarningbuilds. See this rustc issue: rust-lang/rust#136132Cross should remove that
set -xand 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?
What architecture is the host?
What container engine is cross using?
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