mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
ci: Export cargo/rust paths into the build env
Also disable rust for all default builds unless explicitly enabled (So it won't be automatically enabled now that rustc is in the env) Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4327>
This commit is contained in:
parent
4e8d0b766c
commit
6ce4a12f0b
1 changed files with 4 additions and 1 deletions
|
@ -55,6 +55,7 @@ variables:
|
||||||
-Drtsp_server=enabled
|
-Drtsp_server=enabled
|
||||||
-Dvaapi=enabled
|
-Dvaapi=enabled
|
||||||
-Dsharp=disabled
|
-Dsharp=disabled
|
||||||
|
-Drs=disabled
|
||||||
-Dgpl=enabled
|
-Dgpl=enabled
|
||||||
|
|
||||||
MESON_GST_WERROR: >
|
MESON_GST_WERROR: >
|
||||||
|
@ -245,6 +246,9 @@ commitlint:
|
||||||
# build setup templates
|
# build setup templates
|
||||||
#
|
#
|
||||||
.build_template: &build
|
.build_template: &build
|
||||||
|
- export RUSTUP_HOME="/usr/local/rustup"
|
||||||
|
- export CARGO_HOME="/usr/local/cargo"
|
||||||
|
- export PATH="/usr/local/cargo/bin:$PATH"
|
||||||
- date -R
|
- date -R
|
||||||
- ci/scripts/handle-subprojects-cache.py subprojects/
|
- ci/scripts/handle-subprojects-cache.py subprojects/
|
||||||
- date -R
|
- date -R
|
||||||
|
@ -293,7 +297,6 @@ commitlint:
|
||||||
-Domx=enabled
|
-Domx=enabled
|
||||||
-Dgst-omx:target=generic
|
-Dgst-omx:target=generic
|
||||||
-Ddoc=disabled
|
-Ddoc=disabled
|
||||||
-Drs=disabled
|
|
||||||
${MESON_BUILDTYPE_ARGS}
|
${MESON_BUILDTYPE_ARGS}
|
||||||
${MESON_GST_WERROR}
|
${MESON_GST_WERROR}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue