mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 02:20:36 +00:00
gdal: disable test_pdf_extra_rasters test
The poppler bump from 24.02.0 to 25.05.0
(bca7bc52d3) 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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user