fixup! ci: use latest gstreamer image which includes rust

This commit is contained in:
Stéphane Cerveau 2023-04-17 09:42:59 +02:00
parent e0eee40e4b
commit 52101aabb7
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
variables:
GST_RS_STABLE: '1.67.0'
GST_RS_IMG_TAG: '2023-04-14.1'
GST_RS_IMG_TAG: '2023-04-17.1'

View file

@ -22,8 +22,8 @@ RUN C:\install_pango.ps1
RUN C:\install_gst.ps1
RUN C:\install_gtk.ps1
RUN Invoke-WebRequest -Uri https://win.rustup.rs/x86_64 -OutFile C:\rustup-init.exe
RUN C:\rustup-init.exe -y --profile minimal --default-toolchain $env:RUST_VERSION
# rustup has now been installed in gstreamer/amd64/windows:2023-04-03.0-main, just set the right version which will install cargo etc.
RUN rustup override set $env:RUST_VERSION
RUN Invoke-WebRequest -Uri https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.21-v1.16/gettext0.21-iconv1.16-shared-64.exe -OutFile C:\gettext0.21.exe
RUN C:\gettext0.21.exe /SILENT