ci: Update to Rust 1.70

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4758>
This commit is contained in:
Sebastian Dröge 2023-06-02 09:47:04 +03:00 committed by GStreamer Marge Bot
parent f1e7ac13cd
commit a7dd69f371
3 changed files with 6 additions and 6 deletions

View file

@ -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-04-26.0' FEDORA_TAG: '2023-06-02.0'
INDENT_TAG: '2023-03-16.1' INDENT_TAG: '2023-03-16.1'
LINT_TAG: '2023-02-16.5' LINT_TAG: '2023-02-16.5'
WINDOWS_TAG: '2023-04-21.0' WINDOWS_TAG: '2023-06-02.0'

View file

@ -220,8 +220,8 @@ rpm -i --reinstall *.rpm
rm -f *.rpm rm -f *.rpm
# Install Rust # Install Rust
RUSTUP_VERSION=1.25.2 RUSTUP_VERSION=1.26.0
RUST_VERSION=1.69.0 RUST_VERSION=1.70.0
RUST_ARCH="x86_64-unknown-linux-gnu" RUST_ARCH="x86_64-unknown-linux-gnu"
dnf install -y wget dnf install -y wget
@ -238,7 +238,7 @@ chmod +x rustup-init;
rm rustup-init; rm rustup-init;
chmod -R a+w $RUSTUP_HOME $CARGO_HOME chmod -R a+w $RUSTUP_HOME $CARGO_HOME
cargo install cargo-c --version 0.9.17+cargo-0.69 cargo install cargo-c --version 0.9.20+cargo-0.71
rustup --version rustup --version
cargo --version cargo --version
rustc --version rustc --version

View file

@ -1,6 +1,6 @@
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
$rust_version = '1.69.0' $rust_version = '1.70.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