Commit 2c37ebe
fix: pin libc to 0.2.178 to fix loongarch64-musl build failure
libc >= 0.2.179 enables `musl_v1_2_3` for loongarch64 which changes
`struct stat` fields from `st_atime`/`st_mtime`/`st_ctime` to
`st_atim`/`st_mtim`/`st_ctim`. This breaks rustix 0.38.42 on
loongarch64-unknown-linux-musl target.
Reference: rust-lang/libc#4939
Co-Authored-By: Claude Opus 4.6 <[email protected]>1 parent cee9083 commit 2c37ebe
2 files changed
+6
-6
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments