We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4c65f commit aed73bfCopy full SHA for aed73bf
1 file changed
tests/buildall/recipes/buildall.yaml
@@ -35,6 +35,13 @@ multiPackage:
35
- bsp::intel::microcode
36
- utils::iucode-tool # uses cpuid which is not available on !x86
37
38
+ - name: libs::mesa3d-tgt
39
+ alias: libs::mesa3d-intel-tgt
40
+ environment:
41
+ MESA3D_PLATFORM: "x11"
42
+ MESA3D_INTEL: "true"
43
+ MESA3D_GALLIUM_DRIVERS: "iris"
44
+
45
buildScript: |
46
/bin/true
47
0 commit comments