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:
Jordan Petridis 2018-06-14 00:24:42 +03:00
parent 039c3182aa
commit ac7b1a3c66

View File

@ -41,12 +41,12 @@ variables:
- cargo test -- --test-threads=1 --ignored
<<: *cargo_cache
rust:stable:
.rust:stable:
# https://hub.docker.com/_/rust/
image: "rust"
<<: *cargo_test
rust:nightly:
.rust:nightly:
# https://hub.docker.com/r/rustlang/rust/
image: "rustlang/rust:nightly"
<<: *cargo_test
@ -129,7 +129,7 @@ rustfmt:
# Configure and run clippy on nightly
# Only fails on errors atm.
clippy:
.clippy:
image: "registry.gitlab.gnome.org/alatiera/hammond-container-images/clippy:nightly"
stage: lint
variables: