Do not specify the compiler to use
authorXavier Claessens <xavier.claessens@collabora.com>
Sun, 25 Nov 2018 18:35:54 +0000 (13:35 -0500)
committerXavier Claessens <xclaesse@gmail.com>
Fri, 16 Aug 2019 17:17:00 +0000 (17:17 +0000)
Meson will autodetect ccache when available, and we don't always have
gcc available (upcoming MSVC job).

gitlab/ci_template.yml

index 7768a7d..ac6f198 100644 (file)
@@ -80,8 +80,6 @@ gst indent:
   dependencies:
     - "manifest"
   variables:
-    CC: "ccache gcc"
-    CXX: "ccache g++"
     CCACHE_BASEDIR: "${CI_PROJECT_DIR}"
     CCACHE_DIR: "${CI_PROJECT_DIR}/ccache"
     MESON_ARGS: "${DEFAULT_MESON_ARGS} ${MESON_BUILDTYPE_ARGS}"