Commit 27278f6e authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

Revert "openssl: disable failing test on cross to musl"

This reverts commit 7500b79a.
parent 5d006774
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -87,14 +87,6 @@ let
        substituteInPlace Configurations/unix-Makefile.tmpl \
          --replace 'ENGINESDIR=$(libdir)/engines-{- $sover_dirname -}' \
                    'ENGINESDIR=$(OPENSSLDIR)/engines-{- $sover_dirname -}'
      ''
      # This test will fail if the error strings between the build libc and host
      # libc mismatch, e.g. when cross-compiling from glibc to musl
      +
        lib.optionalString
          (finalAttrs.finalPackage.doCheck && stdenv.hostPlatform.libc != stdenv.buildPlatform.libc)
          ''
            rm test/recipes/02-test_errstr.t
      '';

      outputs = [