Unverified Commit d71d4270 authored by Yureka's avatar Yureka Committed by GitHub
Browse files

ell: disable tests on musl (#217073)

parent 4c7a1272
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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";