mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-21 16:41:03 +00:00
fixup! ci: use latest gstreamer image which includes rust
This commit is contained in:
parent
e0eee40e4b
commit
52101aabb7
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
variables:
|
variables:
|
||||||
GST_RS_STABLE: '1.67.0'
|
GST_RS_STABLE: '1.67.0'
|
||||||
GST_RS_IMG_TAG: '2023-04-14.1'
|
GST_RS_IMG_TAG: '2023-04-17.1'
|
||||||
|
|
|
@ -22,8 +22,8 @@ RUN C:\install_pango.ps1
|
||||||
RUN C:\install_gst.ps1
|
RUN C:\install_gst.ps1
|
||||||
RUN C:\install_gtk.ps1
|
RUN C:\install_gtk.ps1
|
||||||
|
|
||||||
RUN Invoke-WebRequest -Uri https://win.rustup.rs/x86_64 -OutFile C:\rustup-init.exe
|
# 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 C:\rustup-init.exe -y --profile minimal --default-toolchain $env:RUST_VERSION
|
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 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
|
RUN C:\gettext0.21.exe /SILENT
|
||||||
|
|
Loading…
Reference in a new issue