-
Notifications
You must be signed in to change notification settings - Fork 424
Closed as not planned
Description
Checklist
- I've looked through the issues and pull requests for similar reports
Describe your issue
Cross returns glibc build script errors on aarch64-unknown-linux-musl and arm-unknown-linux-musleabihf with the new version.
What target(s) are you cross-compiling for?
aarch64-unknown-linux-musl, arm-unknown-linux-musleabihf
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
v0.2.2
Example
Armv6: https://github.com/ravenclaw900/DietPi-Dashboard/runs/7050663794
Aarch64: https://github.com/ravenclaw900/DietPi-Dashboard/runs/7050775525
Rebuild of previously working code: https://github.com/ravenclaw900/DietPi-Dashboard/runs/7051046368
Additional information / notes
From #724, running cargo clean
or building without the cache didn’t help.