You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd be fine with either just not executing this check on musl or hardcoding the value of NFS_SUPER_MAGIC, it looks like musl doesn't have a definition for that in its header files.
To be honest, I have no clue what implications it may have when you hard-code that value, so the decision is up to you. I’ve simply disabled that check in Alpine package for cargo.
Disable is_on_nfs_mount() check on musl libc (fixes#2937)
musl libc doesn't provide constant NFS_SUPER_MAGICK that is used in the is_on_nfs_mount function.
libc crate does not provide NFS_SUPER_MAGIC for musl libc (don’t know why). This constant is used in cargo/util/flock:295.
The text was updated successfully, but these errors were encountered: