mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +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:
|
dependencies:
|
||||||
- "manifest"
|
- "manifest"
|
||||||
variables:
|
variables:
|
||||||
CC: "ccache gcc"
|
|
||||||
CXX: "ccache g++"
|
|
||||||
CCACHE_BASEDIR: "${CI_PROJECT_DIR}"
|
CCACHE_BASEDIR: "${CI_PROJECT_DIR}"
|
||||||
CCACHE_DIR: "${CI_PROJECT_DIR}/ccache"
|
CCACHE_DIR: "${CI_PROJECT_DIR}/ccache"
|
||||||
MESON_ARGS: "${DEFAULT_MESON_ARGS} ${MESON_BUILDTYPE_ARGS}"
|
MESON_ARGS: "${DEFAULT_MESON_ARGS} ${MESON_BUILDTYPE_ARGS}"
|
||||||
|
|
Loading…
Reference in a new issue