From e376018b98dfc254c7f929db89358bee2df2bcda Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 14 May 2025 00:43:53 +0300 Subject: [PATCH] gdal: disable test_pdf_extra_rasters test The poppler bump from 24.02.0 to 25.05.0 (bca7bc52d36e4957bd7abf04604d2c7acce1a784) broke this test on aarch64 builds. https://github.com/OSGeo/gdal/pull/11805 suggests this isnt the first time, so let's disable this test. See https://github.com/NixOS/nixpkgs/pull/405646#issuecomment-2874411016 for more context. --- pkgs/by-name/gd/gdal/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/gd/gdal/package.nix b/pkgs/by-name/gd/gdal/package.nix index 7b6200793c58..5283408003d8 100644 --- a/pkgs/by-name/gd/gdal/package.nix +++ b/pkgs/by-name/gd/gdal/package.nix @@ -286,6 +286,9 @@ stdenv.mkDerivation (finalAttrs: { "test_vsioss_6" # flaky? "test_tiledb_read_arbitrary_array" + # tests for magic numbers, seem to change with different poppler versions, + # and architectures + "test_pdf_extra_rasters" ] ++ lib.optionals (!stdenv.hostPlatform.isx86_64) [ # likely precision-related expecting x87 behaviour