mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-16 22:22:12 +01:00
'ERROR: Failed to set SCHED_OTHER scheduler (Function not implemented)' This happens because musl has a stub implementation for the function sched_setscheduler and the FS build system just checks for its presence. We forcibly override the build system's detection for such function. ref #17424