ci: Update to Rust 1.87 / cargo-c 0.10.13
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9038>
This commit is contained in:
parent
d83ad4379e
commit
056c6967b2
@ -5,12 +5,12 @@ variables:
|
||||
# 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.
|
||||
###
|
||||
FEDORA_TAG: '2025-05-23.0'
|
||||
FEDORA_TAG: '2025-05-30.0'
|
||||
|
||||
DEBIAN_TAG: '2025-05-23.0'
|
||||
DEBIAN_TAG: '2025-05-30.0'
|
||||
|
||||
CHECKS_TAG: '2025-02-04.0'
|
||||
|
||||
ABI_CHECK_TAG: '2025-04-17.0'
|
||||
|
||||
WINDOWS_TAG: '2025-04-15.0'
|
||||
WINDOWS_TAG: '2025-05-30.0'
|
||||
|
@ -34,7 +34,7 @@ python3 -m pip install gitlint
|
||||
|
||||
# Install Rust
|
||||
RUSTUP_VERSION=1.28.1
|
||||
RUST_VERSION=1.86.0
|
||||
RUST_VERSION=1.87.0
|
||||
RUST_ARCH="x86_64-unknown-linux-gnu"
|
||||
|
||||
RUSTUP_URL=https://static.rust-lang.org/rustup/archive/$RUSTUP_VERSION/$RUST_ARCH/rustup-init
|
||||
@ -49,7 +49,7 @@ chmod +x rustup-init;
|
||||
rm rustup-init;
|
||||
chmod -R a+w $RUSTUP_HOME $CARGO_HOME
|
||||
|
||||
cargo install cargo-c --version 0.10.12+cargo-0.87.0 --locked
|
||||
cargo install cargo-c --version 0.10.13+cargo-0.88.0 --locked
|
||||
|
||||
rustup --version
|
||||
cargo --version
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
|
||||
|
||||
$rust_version = '1.86.0'
|
||||
$rust_version = '1.87.0'
|
||||
$rustup_url = 'https://win.rustup.rs/x86_64'
|
||||
|
||||
Invoke-WebRequest -Uri $rustup_url -OutFile C:\rustup-init.exe
|
||||
|
@ -4,7 +4,7 @@ set -eux
|
||||
|
||||
# Install Rust
|
||||
RUSTUP_VERSION=1.28.1
|
||||
RUST_VERSION=1.86.0
|
||||
RUST_VERSION=1.87.0
|
||||
RUST_ARCH="x86_64-unknown-linux-gnu"
|
||||
|
||||
RUSTUP_URL=https://static.rust-lang.org/rustup/archive/$RUSTUP_VERSION/$RUST_ARCH/rustup-init
|
||||
@ -21,7 +21,7 @@ rm rustup-init;
|
||||
# be accessible to all users
|
||||
chmod -R a+w $RUSTUP_HOME $CARGO_HOME
|
||||
|
||||
cargo install --locked cargo-c --version 0.10.12+cargo-0.87.0
|
||||
cargo install --locked cargo-c --version 0.10.13+cargo-0.88.0
|
||||
# We don't need them in the build image and they occupy
|
||||
# 600mb of html files (athough they compress extremely well)
|
||||
rustup component remove rust-docs
|
||||
|
Loading…
x
Reference in New Issue
Block a user