Bug Fixes
-
handle loongarch64-musl stat struct field names
Onloongarch64-unknown-linux-muslwith musl 1.2.3+, the libcstat
struct uses POSIX timespec fields (st_mtim,st_ctim) instead of
separate seconds and nanoseconds fields (st_mtime,st_mtime_nsec).This was exposed by libc 0.2.180 which added proper time64 support for
this target, causing compilation failures in rust-lang/rust CI.Fixes the same pattern already used for AIX and Hurd targets.
Commit Statistics
- 5 commits contributed to the release over the course of 18 calendar days.
- 18 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Merge pull request #2428 from weihanglo/fix-loongarch64-musl-stat (4fe8e38)
- Handle loongarch64-musl stat struct field names (7e25c34)
- Merge pull request #2407 from GitoxideLabs/dependabot/cargo/cargo-fb4135702f (8bceefb)
- Bump the cargo group with 59 updates (7ce3c55)
- Merge pull request #2393 from GitoxideLabs/report (f7d0975)