ci: need ref output for libheif 1.17#5179
Merged
lgritz merged 1 commit intoAcademySoftwareFoundation:mainfrom May 4, 2026
Merged
ci: need ref output for libheif 1.17#5179lgritz merged 1 commit intoAcademySoftwareFoundation:mainfrom
lgritz merged 1 commit intoAcademySoftwareFoundation:mainfrom
Conversation
This is mostly to get it to pass when the GHA runners can't add-apt-repository ppa:strukturag when it's glitchy down. It can fall back to an older libheif 1.17 that's already on those runners, but needs a matching reference output for that version. This is it. Signed-off-by: Larry Gritz <lg@larrygritz.com>
Collaborator
Author
|
I'm going to merge this immediately because it's holding up overdue releases. The CI is not fully going to pass anyway, because this only fixes SOME tests (the ones where it libheif can't be installed from the repo, but an older one already exists on those runner configurations, so it only needs a matching reference output). There are other runner configs where there is not a within-rang libheif installed at all, and it's failing to connect to the repo. I will fix that separately. |
Collaborator
Author
|
#5180 fixes the other case, where some runners have no libheif at all, and we can't connect to the server to get one |
lgritz
added a commit
to lgritz/OpenImageIO
that referenced
this pull request
May 4, 2026
This is mostly to get it to pass when the GHA runners can't add-apt-repository ppa:strukturag when it's glitchy down. It can fall back to an older libheif 1.17 that's already on those runners, but needs a matching reference output for that version. This is it. Signed-off-by: Larry Gritz <lg@larrygritz.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is mostly to get it to pass when the GHA runners can't add-apt-repository ppa:strukturag when it's glitchy down. It can fall back to an older libheif 1.17 that's already on those runners, but needs a matching reference output for that version. This is it.