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:
parent
7cbd8f3742
commit
117df219c1
2 changed files with 12 additions and 0 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue