Skip to content
Snippets Groups Projects

Improve how we collect DRI drivers

Merged Simon McVittie requested to merge wip/collect-drivers into master
1 unresolved thread
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
  • These are drivers for which our best guess is that the native loader
    would not actually load them. We want to include them in
    steam-runtime-system-info's diagnostic output in case we are wrong, but
    we don't want to include them in the container: if our guess is correct,
    then the host system doesn't actually load them, and the worst-case
    scenario is that they are somehow broken, in which case adding them to
    the search path might *break* the container.
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
@@ -959,7 +959,7 @@ class TestContainers(BaseTest):
'/usr/lib32/dri/',
'/usr/lib64/dri/',
'/usr/lib/{}/dri/'.format(multiarch),
)):
)) and not dri.get('is_extra', False):
# We don't make any assertion about the search
# order here.
Loading