We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c7da9 commit 68dbec7Copy full SHA for 68dbec7
1 file changed
bin/update_dockerfile.pl
@@ -436,6 +436,10 @@
436
images => [qw( libomp-devel )],
437
},
438
cpan => {
439
+ # GTest (installed by libheif-devel) breaks the latest version
440
+ # Adding -DMSGPACK_BUILD_TESTS=OFF to builder/MyBuilder.pm helps
441
+ # but it's easier to install an older version here
442
+ temporary => [qw( Data::MessagePack::Stream@1.04 )],
443
_replace => {
444
'Imager::File::AVIF' => '', # test fails
445
0 commit comments