topgrade-rs / topgrade

Upgrade all the things
GNU General Public License v3.0
1.95k stars 127 forks source link

deps: bump libc from 0.2.153 to 0.2.155 #818

Closed huajingyun01 closed 4 months ago

huajingyun01 commented 4 months ago

Upgrade libc to v0.2.155 to support LoongArch64.

Update libc to 0.2.155.

Release notes :https://github.com/rust-lang/libc/releases

SteveLauC commented 4 months ago

Hi, so IIUC, you are trying to compile Topgrade for Linux/LoongArch64/musl?

huajingyun01 commented 4 months ago

Hi, so IIUC, you are trying to compile Topgrade for Linux/LoongArch64/musl?

Yes, I had to update libc to 0.2.155 to support LoongArch64, because topgrade compilation based on musl LoongArch64 failed. https://github.com/rust-lang/libc/pull/3606

Thanks.