openjpeg: include powerpc64le on doCheck=false list

The tests are disabled on arm as well; they do not seem to be
particularly portable tests.
main
Adam Joseph 2 years ago
parent 2683fa17f2
commit 90d56bd46d
  1. 2
      pkgs/development/libraries/openjpeg/default.nix

@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ libpng libtiff lcms2 ];
doCheck = (testsSupport && !stdenv.isAarch64); # tests fail on aarch64-linux
doCheck = (testsSupport && !stdenv.isAarch64 && !stdenv.hostPlatform.isPower64); # tests fail on aarch64-linux and powerpc64
checkPhase = ''
substituteInPlace ../tools/ctest_scripts/travis-ci.cmake \
--replace "JPYLYZER_EXECUTABLE=" "JPYLYZER_EXECUTABLE=\"${jpylyzer}/bin/jpylyzer\" # "

Loading…
Cancel
Save