mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
ci: fedora: Update cargo-c to 0.9.17
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4331>
This commit is contained in:
parent
84dea99132
commit
15aa0478b9
2 changed files with 2 additions and 2 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-04-03.0'
|
FEDORA_TAG: '2023-04-05.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-03.0'
|
WINDOWS_TAG: '2023-04-03.0'
|
||||||
|
|
|
@ -240,7 +240,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.12+cargo-0.64
|
cargo install cargo-c --version 0.9.17+cargo-0.69
|
||||||
rustup --version
|
rustup --version
|
||||||
cargo --version
|
cargo --version
|
||||||
rustc --version
|
rustc --version
|
||||||
|
|
Loading…
Reference in a new issue