We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24886e commit ff763a6Copy full SHA for ff763a6
1 file changed
checkbox-support/checkbox_support/helpers/host_utils.py
@@ -38,7 +38,6 @@ def get_arch_triple():
38
39
def find_plz_run():
40
"""Return the path to plz-run from PATH.
41
-
42
Raises VulkanDetectionError if plz-run is not found.
43
"""
44
path = shutil.which("plz-run")
@@ -47,6 +46,7 @@ def find_plz_run():
47
46
return path
48
49
+# Loading these will hang
50
_VIRTUAL_ICD_PREFIXES = {"gfxstream", "virtio"}
51
52
# Maps prime-select vendor name to ICD filename prefixes.
0 commit comments