Include libdisplay-info1 in update-caches#24329
Merged
Merged
Conversation
It's a dependency of `mesa-vulkan-drivers` so it should be cached and restored along with it.
Contributor
Author
NicoZweifel
approved these changes
May 17, 2026
Contributor
NicoZweifel
left a comment
There was a problem hiding this comment.
Looks good to me, I'd say we give it a try by running run-examples-linux-vulkan
I managed to reproduce it locally now:
Contributor
mockersf
approved these changes
May 17, 2026
Member
mockersf
left a comment
There was a problem hiding this comment.
confirmed working in ci on another repo
mockersf
pushed a commit
to mockersf/bevy
that referenced
this pull request
May 21, 2026
# Objective Unbreak linux example tests in merge queue. Currently `run-examples-linux-vulkan` is failing. ## Solution At least part of the failure is that it can't find `libdisplay-info.so.1`. Include the package that provides it in the cached packages. ## Testing Unfortunately none. I can't reproduce the github environment at home. We won't see whether this worked until the day after this PR is merged and the caches get updated again.
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.

Objective
Unbreak linux example tests in merge queue.
Currently
run-examples-linux-vulkanis failing.Solution
At least part of the failure is that it can't find
libdisplay-info.so.1.Include the package that provides it in the cached packages.
Testing
Unfortunately none. I can't reproduce the github environment at home.
We won't see whether this worked until the day after this PR is merged
and the caches get updated again.