openjpeg: include powerpc64le on doCheck=false list

The tests are disabled on arm as well; they do not seem to be
particularly portable tests.
This commit is contained in:
Adam Joseph 2022-04-24 22:31:38 -07:00
parent 2683fa17f2
commit 90d56bd46d

View file

@ -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\" # "