Closed
Description
musl was update to 1.2.0 in #452. The 1.2 changed the definition of time_t from 32 to 64bits, which can generate some compatibility issues (https://musl.libc.org/time64.html).
Considering that libc crate and the rust std library does not yet updated to 1.2.0 (rust-lang/libc#1848) and the problems that can arising by using musl 1.1.x together with 1.2.x, I think it's best to not update musl used in cross images.