-
-
Notifications
You must be signed in to change notification settings - Fork 16.1k
Update min supported musl to 1.2.5 #130920
Copy link
Copy link
Closed
Labels
O-muslTarget: The musl libcTarget: The musl libcT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Description
Activity
Metadata
Metadata
Assignees
Labels
O-muslTarget: The musl libcTarget: The musl libcT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
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 currentlyerror. For more background see the discussion.