mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
gitlab-ci: Make sure clang job actually uses ccache
Meson didn't automatically pick up ccache in this job for some reason. Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
parent
bea540173c
commit
1aca01dcf1
1 changed files with 2 additions and 2 deletions
|
|
@ -167,8 +167,8 @@ meson-clang:
|
|||
UNWIND: "true"
|
||||
DRI_DRIVERS: "auto"
|
||||
GALLIUM_DRIVERS: "auto"
|
||||
CC: clang-7
|
||||
CXX: clang++-7
|
||||
CC: "ccache clang-7"
|
||||
CXX: "ccache clang++-7"
|
||||
|
||||
meson-vulkan:
|
||||
extends: .meson-build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue