mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
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:
parent
157f94fb62
commit
fd89f33d88
1 changed files with 0 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue