Le 24/06/2019 à 20:03, Ximin Luo a écrit :
I am on vacation for the next two weeks, please can someone else deal with the
following:
Due to Firefox we updated/unblocked rustc 1.34.2 for Debian Testing (and the
next Debian Stable) release.
This causes two FTBFS bugs for crates which no longer build on rustc 1.34.2:
- #931002 coresimd https://crates.io/crates/coresimd
- #931003 simd https://crates.io/crates/simd
In fact these crates are deprecated and should be RMd. We also need to:
- update encoding-rs so it doesn't depend on simd
Done in encoding-rs 0.8.15-2. unblock request is #931245
thanks to kpcyrd!
- update packed-simd so it doesn't depend on coresimd
Should be done with packed-simd 0.3.3-2 but the dep on sleef-sys is
still in the CI (not locally, not sure why)
I will have a deeper look today.
S