openexr_3: disable tests for armv7l-linux
This commit is contained in:
parent
3005f20ce0
commit
9c64df11a3
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user