-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Cargo.lock #151
Update Cargo.lock #151
Conversation
@huajingyun01 why do you need the latest libc? Which platform are you running tuc on? |
Hi @riquito I had to update libc to 0.2.155 to support LoongArch64, because tuc compilation based on musl LoongArch64 failed. Thanks. |
I see you opened the same PR on many repositories, could you explain me why? |
Closing this PR because it's suspicious and not in good faith. The author is either a bot or act like one, it's a new account perhaps farming reputation or trying to achieve some number of PRs merged. Here follow the list of the PRs opened so far sd sccache tokei topgrade (merged) typst tuc rav1e wluma (merged) zoxide (merged) xh (merged) wayshot websocat |
Yes, I am working on the Alpine Linux LoongArch64 port. During this process, I found that a large number of software failed to compile due to low libc versions(loongarch64 architecture support is not added to src/unix/linux_like/linux/musl). Libc supports musl loongarch64 starting from 0.2.154, and the latest version is 0.2.155. Therefore I want to submit this PR for repositories that haven't upgraded libc yet.It would be great if the upstream of the involved repositories could upgrade libc. Thanks. |
Hi @riquito I'm sorry that my lack of detailed explanation caused trouble to you. I will update the comments for all other PRs. I started pushing the LoongArch64 port on alpine last year: https://gitlab.alpinelinux.org/alpine/tsc/-/issues/72 Can you reopen this PR? |
Hi @huajingyun01 , The PR looks good, going to merge |
Thank you very much! |
Upgrade libc to v0.2.155 to support LoongArch64.
Update libc to 0.2.155.
Release notes :https://github.com/rust-lang/libc/releases