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.
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.