mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 05:01:23 +00:00
ci: gstreamer-full: remove static build
The gstreamer-full jobs act as static builds, no need to perform it twice. gstreamer-full-minimal can be nodebug. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1215>
This commit is contained in:
parent
7c3ce9c70d
commit
47a4c74e9b
1 changed files with 8 additions and 24 deletions
|
@ -359,24 +359,6 @@ build nodebug fedora x86_64:
|
||||||
variables:
|
variables:
|
||||||
MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dsharp=enabled -Dgstreamer:gst_debug=false -Domx=enabled -Dgst-omx:target=generic ${MESON_BUILDTYPE_ARGS} ${MESON_GST_WERROR}"
|
MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dsharp=enabled -Dgstreamer:gst_debug=false -Domx=enabled -Dgst-omx:target=generic ${MESON_BUILDTYPE_ARGS} ${MESON_GST_WERROR}"
|
||||||
|
|
||||||
build static fedora x86_64:
|
|
||||||
extends: '.build fedora x86_64'
|
|
||||||
variables:
|
|
||||||
MESON_BUILDTYPE_ARGS: >
|
|
||||||
--default-library=static
|
|
||||||
-Dintrospection=disabled
|
|
||||||
-Ddoc=disabled
|
|
||||||
-Dpython=auto
|
|
||||||
|
|
||||||
build static nodebug fedora x86_64:
|
|
||||||
extends: 'build nodebug fedora x86_64'
|
|
||||||
variables:
|
|
||||||
MESON_BUILDTYPE_ARGS: >
|
|
||||||
--default-library=static
|
|
||||||
-Dintrospection=disabled
|
|
||||||
-Ddoc=disabled
|
|
||||||
-Dpython=auto
|
|
||||||
|
|
||||||
build clang fedora x86_64:
|
build clang fedora x86_64:
|
||||||
extends: '.build fedora x86_64'
|
extends: '.build fedora x86_64'
|
||||||
variables:
|
variables:
|
||||||
|
@ -534,9 +516,9 @@ integration testsuites fedora:
|
||||||
TEST_SUITE: "validate ges"
|
TEST_SUITE: "validate ges"
|
||||||
|
|
||||||
# gstreamer-full:
|
# gstreamer-full:
|
||||||
gstreamer-full:
|
gstreamer-full static build:
|
||||||
extends: 'build static fedora x86_64'
|
extends: '.build fedora x86_64'
|
||||||
stage: integrate
|
stage: 'build'
|
||||||
variables:
|
variables:
|
||||||
MESON_ARGS: >
|
MESON_ARGS: >
|
||||||
--default-library=static
|
--default-library=static
|
||||||
|
@ -552,12 +534,14 @@ gstreamer-full:
|
||||||
paths:
|
paths:
|
||||||
- 'meson-logs/'
|
- 'meson-logs/'
|
||||||
|
|
||||||
gstreamer-full-minimal:
|
gstreamer-full-minimal static build:
|
||||||
extends: 'build static fedora x86_64'
|
extends: 'gstreamer-full static build'
|
||||||
stage: integrate
|
stage: 'build'
|
||||||
variables:
|
variables:
|
||||||
MESON_ARGS: >
|
MESON_ARGS: >
|
||||||
--default-library=static
|
--default-library=static
|
||||||
|
-Ddoc=disabled
|
||||||
|
-Dgstreamer:gst_debug=false
|
||||||
-Dauto_features=disabled
|
-Dauto_features=disabled
|
||||||
-Dgstreamer:check=enabled
|
-Dgstreamer:check=enabled
|
||||||
-Dtests=enabled
|
-Dtests=enabled
|
||||||
|
|
Loading…
Reference in a new issue