mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 11:00:11 +01:00
ci: Disable "opencl-external-clang-headers" when "microsoft-clc" is enabled
Signed-off-by: Dor Askayo <dor.askayo@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23255>
This commit is contained in:
parent
a28540a430
commit
7e8e7f0823
2 changed files with 2 additions and 0 deletions
|
|
@ -694,6 +694,7 @@ debian-ppc64el:
|
|||
-D opencl-spirv=true
|
||||
-D microsoft-clc=enabled
|
||||
-D static-libclc=all
|
||||
-D opencl-external-clang-headers=disabled
|
||||
-D llvm=enabled
|
||||
-D gallium-va=enabled
|
||||
-D video-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@ meson setup `
|
|||
-Dopencl-spirv=true `
|
||||
-Dmicrosoft-clc=enabled `
|
||||
-Dstatic-libclc=all `
|
||||
-Dopencl-external-clang-headers=disabled `
|
||||
-Dspirv-to-dxil=true `
|
||||
-Dbuild-tests=true `
|
||||
-Dwerror=true `
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue