From ac7b1a3c66abf4fd36c7cc8f68e1b2036d5c9e05 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Thu, 14 Jun 2018 00:24:42 +0300 Subject: [PATCH] CI: disable debian builds fow now. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Debian stable provides gst 1.10 but the gst-rs bindings requiere v 1.12 to build. I will make custom images Soon™ --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 313b895..32c78c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: