mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
ci: Update to Rust 1.72
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5238>
This commit is contained in:
parent
c1f99f4005
commit
8ebdefcbb7
3 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ variables:
|
||||||
# If you are hacking on them or need a them to rebuild, its enough
|
# If you are hacking on them or need a them to rebuild, its enough
|
||||||
# to change any part of the string of the image you want.
|
# to change any part of the string of the image you want.
|
||||||
###
|
###
|
||||||
FEDORA_TAG: '2023-08-07.0'
|
FEDORA_TAG: '2023-08-24.0'
|
||||||
INDENT_TAG: '2023-06-14.1'
|
INDENT_TAG: '2023-06-14.1'
|
||||||
LINT_TAG: '2023-02-16.5'
|
LINT_TAG: '2023-02-16.5'
|
||||||
WINDOWS_TAG: '2023-08-10.0'
|
WINDOWS_TAG: '2023-08-24.0'
|
||||||
|
|
|
@ -219,7 +219,7 @@ rm -f *.rpm
|
||||||
|
|
||||||
# Install Rust
|
# Install Rust
|
||||||
RUSTUP_VERSION=1.26.0
|
RUSTUP_VERSION=1.26.0
|
||||||
RUST_VERSION=1.71.1
|
RUST_VERSION=1.72.0
|
||||||
RUST_ARCH="x86_64-unknown-linux-gnu"
|
RUST_ARCH="x86_64-unknown-linux-gnu"
|
||||||
|
|
||||||
dnf install -y wget
|
dnf install -y wget
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
|
||||||
|
|
||||||
$rust_version = '1.71.1'
|
$rust_version = '1.72.0'
|
||||||
$rustup_url = 'https://win.rustup.rs/x86_64'
|
$rustup_url = 'https://win.rustup.rs/x86_64'
|
||||||
|
|
||||||
Invoke-WebRequest -Uri $rustup_url -OutFile C:\rustup-init.exe
|
Invoke-WebRequest -Uri $rustup_url -OutFile C:\rustup-init.exe
|
||||||
|
|
Loading…
Reference in a new issue