forked from mirrors/gstreamer-rs
ci: Rebuild image to pull in the GES fixes
And follow the 1.24 branch of GStreamer for now. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1410>
This commit is contained in:
parent
86d02890ca
commit
ebc06257b5
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
variables:
|
||||
GST_RS_IMG_TAG: "2024-02-26.0"
|
||||
GST_RS_IMG_TAG: "2024-03-19.0"
|
||||
GST_RS_STABLE: "1.76.0"
|
||||
GST_RS_MSRV: "1.70.0"
|
||||
|
|
|
@ -9,7 +9,7 @@ pushd .
|
|||
cd ..
|
||||
git clone https://gitlab.freedesktop.org/gstreamer/gstreamer.git \
|
||||
--depth 1 \
|
||||
--branch main
|
||||
--branch 1.24
|
||||
|
||||
cd gstreamer
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ FROM "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2023-07-17.0-ma
|
|||
|
||||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
||||
|
||||
ARG DEFAULT_BRANCH="main"
|
||||
ARG DEFAULT_BRANCH="1.24"
|
||||
ARG RUST_VERSION="invalid"
|
||||
|
||||
RUN choco install -y pkgconfiglite nasm llvm openssl
|
||||
|
|
Loading…
Reference in a new issue