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
macOS is a Posix Compliant operating system, and lc-coreutils should ideally build on macOS.
Presently, the use of the mknodat syscall has caused CI failures. This should be looked into (Note: do not replace *at syscalls in lc-coreutils).
Assess Version of Posix Compliance presented by macOS
Assess alternatives for missing 2008 functions, particularily the *at syscalls
Determine if macOS Support is viable
Reenable if possible, otherwise remove macos CI workflows
macOS is a Posix Compliant operating system, and lc-coreutils should ideally build on macOS.
Presently, the use of the mknodat syscall has caused CI failures. This should be looked into (Note: do not replace
*atsyscalls in lc-coreutils).*atsyscalls