forked from mirrors/gstreamer-rs
ci/windows: Update base image
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1175>
This commit is contained in:
parent
3d0f563111
commit
e9ecdcdd72
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
variables:
|
variables:
|
||||||
GST_RS_IMG_TAG: '2022-12-25.0'
|
GST_RS_IMG_TAG: '2022-12-26.0'
|
||||||
GST_RS_STABLE: '1.66.0'
|
GST_RS_STABLE: '1.66.0'
|
||||||
GST_RS_MSRV: '1.64.0'
|
GST_RS_MSRV: '1.64.0'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# escape=`
|
# escape=`
|
||||||
|
|
||||||
FROM "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2022-11-18.0-main"
|
FROM "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2022-12-10.0-main"
|
||||||
|
|
||||||
# Make sure any failure in PowerShell is fatal
|
# Make sure any failure in PowerShell is fatal
|
||||||
ENV ErrorActionPreference='Stop'
|
ENV ErrorActionPreference='Stop'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
|
||||||
|
|
||||||
$env:MESON_ARGS = "--prefix=C:\gst-install\"
|
$env:MESON_ARGS = "--prefix=C:\gst-install\ -Dharfbuzz:freetype=enabled -Dfreetype:harfbuzz=disabled"
|
||||||
|
|
||||||
# Download pango all its subprojects
|
# Download pango all its subprojects
|
||||||
git clone -b main --depth 1 https://gitlab.gnome.org/gnome/pango.git C:\pango
|
git clone -b main --depth 1 https://gitlab.gnome.org/gnome/pango.git C:\pango
|
||||||
|
|
Loading…
Reference in a new issue