Merge pull request #65926 from worldofpeace/openjpeg/disable-tests-aarch64
openjpeg: disable tests for aarch64 linux
This commit is contained in:
commit
7ed3bd4007
@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [ libpng libtiff lcms2 ];
|
||||
|
||||
doCheck = testsSupport;
|
||||
doCheck = (testsSupport && !stdenv.isAarch64); # tests fail on aarch64-linux
|
||||
checkPhase = ''
|
||||
substituteInPlace ../tools/ctest_scripts/travis-ci.cmake \
|
||||
--replace "JPYLYZER_EXECUTABLE=" "JPYLYZER_EXECUTABLE=\"${jpylyzer}/bin/jpylyzer\" # "
|
||||
|
Loading…
Reference in New Issue
Block a user