mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-11 02:24:13 +00:00
ci: Build the dots_viewer only once
We do not need to build it for each and every test we run. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8520>
This commit is contained in:
parent
bbc6535a6b
commit
fa63afba84
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,7 @@ variables:
|
|||
-Dgst-plugins-base:opus=enabled
|
||||
-Dgst-plugins-good:soup-lookup-dep=true
|
||||
-Dgst-plugins-good:vpx=enabled
|
||||
-Dgst-devtools:dots_viewer=disabled
|
||||
-Dpygobject:tests=false
|
||||
-Dpython=enabled
|
||||
-Dlibav=enabled
|
||||
|
@ -432,6 +433,7 @@ build fedora gcc:
|
|||
# Disabling building both qt5 and qt6 when doing static builds since we can only link against one
|
||||
MESON_ARGS: >-
|
||||
${DEFAULT_MESON_ARGS}
|
||||
-Dgst-devtools:dots_viewer=enabled
|
||||
-Dvaapi=disabled
|
||||
-Dpython=auto
|
||||
-Dgst-editing-services:python=disabled
|
||||
|
|
Loading…
Reference in a new issue