pulseaudio: disable pthread_setaffinity_np test (#380253)

This commit is contained in:
K900
2025-02-09 09:31:47 +03:00
committed by GitHub
+5
View File
@@ -95,6 +95,11 @@ stdenv.mkDerivation rec {
})
];
postPatch = ''
# Fails in LXC containers where not all cores are enabled, where this setaffinity call will return EINVAL
sed -i "/fail_unless(pthread_setaffinity_np/d" src/tests/once-test.c
'';
outputs = [
"out"
"dev"