Skip to content
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 min supported musl to 1.2.5 #130920

Open
dvc94ch opened this issue Sep 27, 2024 · 1 comment
Open

Update min supported musl to 1.2.5 #130920

dvc94ch opened this issue Sep 27, 2024 · 1 comment
Labels
O-musl Target: The musl libc T-libs Relevant to the library team, which will review and decide on the PR/issue.

Comments

@dvc94ch
Copy link
Contributor

dvc94ch commented Sep 27, 2024

The currently min supported musl version for the x86_64-unknown-linux-musl target is 1.2.3. The statx syscall is used to determine the file creation time. statx wasn't added to musl until version 1.2.5, so querying the file creation time leads to a creation time is not available on this platform currently error. For more background see the discussion.

@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Sep 27, 2024
@jieyouxu jieyouxu added O-musl Target: The musl libc T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Sep 27, 2024
@Luv-Ray
Copy link
Contributor

Luv-Ray commented Sep 27, 2024

here: #125692

@jieyouxu jieyouxu removed the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-musl Target: The musl libc T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

4 participants