ell: disable tests on musl (#217073)

This commit is contained in:
Yureka
2023-02-19 13:39:59 +01:00
committed by GitHub
parent 4c7a1272a2
commit d71d42707e
+2 -1
View File
@@ -28,7 +28,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
doCheck = true;
# tests sporadically fail on musl
doCheck = !stdenv.hostPlatform.isMusl;
meta = with lib; {
homepage = "https://git.kernel.org/pub/scm/libs/ell/ell.git";