mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03: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:
parent
21279e28e9
commit
e376018b98
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue