Merge pull request #170198 from a-m-joseph/openjpeg-disable-checks-on-power64le

openjpeg: include powerpc64le on doCheck=false list
This commit is contained in:
Sandro 2022-04-27 17:45:26 +02:00 committed by GitHub
commit 67592863bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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