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:
6
.gitlab-ci/build/compiler-wrapper-clang++-15.sh
Executable file
6
.gitlab-ci/build/compiler-wrapper-clang++-15.sh
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
_COMPILER=clang++-15
|
||||||
|
. compiler-wrapper.sh
|
6
.gitlab-ci/build/compiler-wrapper-clang-15.sh
Executable file
6
.gitlab-ci/build/compiler-wrapper-clang-15.sh
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
_COMPILER=clang-15
|
||||||
|
. compiler-wrapper.sh
|
Reference in New Issue
Block a user