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:
committed by
Michel Dänzer
parent
bea540173c
commit
1aca01dcf1
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user