mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-12-22 16:16:37 +00:00
CI: Test v1_18 feature of egl/wayland/x11 crates
In55badab1
versioning features were added to these crates after all (even though they are not used in the actual code, merely to forward the feature flag to dependencies like `gst` and `gst-gl`). They were omitted at first and have these special cases in the CI, but those are not necessary anymore. Fixes:b2f3363c
("CI: Update to restructured GL EGL/Wayland/X11 layout")
This commit is contained in:
parent
62436aa8d3
commit
8549046994
1 changed files with 1 additions and 9 deletions
|
@ -202,8 +202,6 @@ plugins-update-nightly:
|
|||
crate=$1
|
||||
if [ "$crate" = "gstreamer" ]; then
|
||||
echo "--features=ser_de,v1_18"
|
||||
elif [[ "$crate" = gstreamer-gl/* ]]; then
|
||||
echo ""
|
||||
else
|
||||
echo "--features=v1_18"
|
||||
fi
|
||||
|
@ -269,11 +267,7 @@ test nightly all-features:
|
|||
- |
|
||||
get_features() {
|
||||
module=${1%%/sys}
|
||||
if [[ "$module" = gstreamer-gl/* ]]; then
|
||||
echo ""
|
||||
else
|
||||
echo "--features=v1_18"
|
||||
fi
|
||||
}
|
||||
# First build and test all the crates with their relevant features
|
||||
# Keep features in sync with below
|
||||
|
@ -348,8 +342,6 @@ clippy:
|
|||
crate=$1
|
||||
if [ "$crate" = "gstreamer" ]; then
|
||||
echo "--features=ser_de,v1_18"
|
||||
elif [[ "$crate" = gstreamer-gl/* ]]; then
|
||||
echo ""
|
||||
else
|
||||
echo "--features=v1_18"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue