ci: add clang-15 and clang++-15 wrapper script

Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21977>
This commit is contained in:
David Heidelberg
2023-03-25 13:41:09 +01:00
parent 7cbd8f3742
commit 117df219c1
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
set -e
_COMPILER=clang++-15
. compiler-wrapper.sh

View File

@@ -0,0 +1,6 @@
#!/bin/sh
set -e
_COMPILER=clang-15
. compiler-wrapper.sh