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:
commit
67592863bc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue