CI: disable debian builds fow now.
Debian stable provides gst 1.10 but the gst-rs bindings requiere v 1.12 to build. I will make custom images Soon™
This commit is contained in:
parent
039c3182aa
commit
ac7b1a3c66
@ -41,12 +41,12 @@ variables:
|
|||||||
- cargo test -- --test-threads=1 --ignored
|
- cargo test -- --test-threads=1 --ignored
|
||||||
<<: *cargo_cache
|
<<: *cargo_cache
|
||||||
|
|
||||||
rust:stable:
|
.rust:stable:
|
||||||
# https://hub.docker.com/_/rust/
|
# https://hub.docker.com/_/rust/
|
||||||
image: "rust"
|
image: "rust"
|
||||||
<<: *cargo_test
|
<<: *cargo_test
|
||||||
|
|
||||||
rust:nightly:
|
.rust:nightly:
|
||||||
# https://hub.docker.com/r/rustlang/rust/
|
# https://hub.docker.com/r/rustlang/rust/
|
||||||
image: "rustlang/rust:nightly"
|
image: "rustlang/rust:nightly"
|
||||||
<<: *cargo_test
|
<<: *cargo_test
|
||||||
@ -129,7 +129,7 @@ rustfmt:
|
|||||||
|
|
||||||
# Configure and run clippy on nightly
|
# Configure and run clippy on nightly
|
||||||
# Only fails on errors atm.
|
# Only fails on errors atm.
|
||||||
clippy:
|
.clippy:
|
||||||
image: "registry.gitlab.gnome.org/alatiera/hammond-container-images/clippy:nightly"
|
image: "registry.gitlab.gnome.org/alatiera/hammond-container-images/clippy:nightly"
|
||||||
stage: lint
|
stage: lint
|
||||||
variables:
|
variables:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user