diff options
author | 2024-06-02 09:31:32 +0100 | |
---|---|---|
committer | 2024-06-02 15:46:12 +0100 | |
commit | 4b04c969ed470aadbfd18223f6019074e912c587 (patch) | |
tree | ed909a735d9c17aedff6c01caf90c278deb8656d /media-libs/openexr | |
parent | dev-dotnet/fantomas: bump to 6.3.7 (diff) | |
download | gentoo-4b04c969ed470aadbfd18223f6019074e912c587.tar.gz gentoo-4b04c969ed470aadbfd18223f6019074e912c587.tar.bz2 gentoo-4b04c969ed470aadbfd18223f6019074e912c587.zip |
media-libs/openexr: restore test skips lost in 3.2.4 bump
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/openexr')
-rw-r--r-- | media-libs/openexr/openexr-3.2.4.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/media-libs/openexr/openexr-3.2.4.ebuild b/media-libs/openexr/openexr-3.2.4.ebuild index 64a9413f9ad3..915a3cbda2ae 100644 --- a/media-libs/openexr/openexr-3.2.4.ebuild +++ b/media-libs/openexr/openexr-3.2.4.ebuild @@ -127,6 +127,11 @@ src_configure() { src_test() { local CMAKE_SKIP_TESTS=() + use arm64 && CMAKE_SKIP_TESTS+=( + # bug #922247 + 'OpenEXRCore.testDWAACompression' + 'OpenEXRCore.testDWABCompression' + ) use x86 && CMAKE_SKIP_TESTS+=( '^OpenEXR.testDwaLookups$' ) |