Merge pull request #233374 from misuzu/openexr-3-armv7l

openexr_3: disable tests for armv7l-linux
This commit is contained in:
Weijia Wang 2023-05-22 15:49:58 +03:00 committed by GitHub
commit c7eb65213b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";