libjxl: disable tests for i686

Floating-point math tests produce unexpected output.
This commit is contained in:
Emery Hemingway
2022-04-07 08:34:51 +02:00
committed by Frederik Rietdijk
parent 42ab9c5136
commit 2363be984a
@@ -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: