rust icon indicating copy to clipboard operation
rust copied to clipboard

Build seemingly hangs when building image 0.25 crate

Open tronical opened this issue 1 year ago • 0 comments

The latest version of the image-rs crate (0.25) takes literally hours to compile with the current esp-rs nightly toolchain.

Steps to reproduce:

git clone https://github.com/image-rs/image.git
cd image
cargo +esp build --release

It works with Rust nightly (and stable), i.e. it terminates within a fraction of the time.

tronical avatar Apr 16 '24 13:04 tronical