From 2363be984a8f70e25899851744798693fa46792c Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 4 Apr 2022 15:58:13 -0500 Subject: [PATCH] libjxl: disable tests for i686 Floating-point math tests produce unexpected output. --- pkgs/development/libraries/libjxl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libjxl/default.nix b/pkgs/development/libraries/libjxl/default.nix index 081ddaf4988a..049d79c7025e 100644 --- a/pkgs/development/libraries/libjxl/default.nix +++ b/pkgs/development/libraries/libjxl/default.nix @@ -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: