Do not specify the compiler to use

Meson will autodetect ccache when available, and we don't always have
gcc available (upcoming MSVC job).
This commit is contained in:
Xavier Claessens 2018-11-25 13:35:54 -05:00 committed by Xavier Claessens
parent 157f94fb62
commit fd89f33d88

View 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}"