openexr_3: disable tests for armv7l-linux

This commit is contained in:
misuzu 2023-05-22 11:12:16 +03:00
parent 3005f20ce0
commit 9c64df11a3

View file

@ -36,7 +36,8 @@ stdenv.mkDerivation rec {
# error reading back channel B pixel 21,-76 got -nan expected -nan
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isi686 "-msse2 -mfpmath=sse";
doCheck = true;
# https://github.com/AcademySoftwareFoundation/openexr/issues/1400
doCheck = !stdenv.isAarch32;
meta = with lib; {
description = "A high dynamic-range (HDR) image file format";