libjxl: disable tests for i686

Floating-point math tests produce unexpected output.
This commit is contained in:
Emery Hemingway 2022-04-04 15:58:13 -05:00 committed by Frederik Rietdijk
parent 42ab9c5136
commit 2363be984a

View File

@ -111,7 +111,7 @@ stdenv.mkDerivation rec {
LDFLAGS = lib.optionalString stdenv.hostPlatform.isRiscV "-latomic";
doCheck = true;
doCheck = !stdenv.hostPlatform.isi686;
# The test driver runs a test `LibraryCLinkageTest` which without
# LD_LIBRARY_PATH setting errors with: