Skip to content

test: fix HEIC tests#61858

Draft
susnux wants to merge 1 commit into
masterfrom
test/heic
Draft

test: fix HEIC tests#61858
susnux wants to merge 1 commit into
masterfrom
test/heic

Conversation

@susnux

@susnux susnux commented Jul 6, 2026

Copy link
Copy Markdown
Contributor
  • Resolves: #

Summary

TODO

  • ...

Checklist

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux added this to the Nextcloud 35 milestone Jul 6, 2026
@susnux susnux added 3. to review Waiting for reviews tests Related to tests labels Jul 6, 2026
# the delegate and allow the HEIC/HEIF/AVIF coders so decoding succeeds.
sudo apt-get update
sudo apt-get install -y --no-install-recommends libheif1 libheif-dev
for policy in /etc/ImageMagick-6/policy.xml /etc/ImageMagick-7/policy.xml; do

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
for policy in /etc/ImageMagick-6/policy.xml /etc/ImageMagick-7/policy.xml; do
for policy in /etc/ImageMagick-{6,7}/policy.xml; do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews tests Related to tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants