From 39532d4160c19b73ec50ad47c73a0477adf0b8d5 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Wed, 28 Aug 2019 00:59:43 +0200 Subject: [PATCH] ci: remove separate futures build --- rust-bindings/rust/.gitlab-ci.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index fa3bb706..b2be5226 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -44,22 +44,14 @@ check: ostree: <<: *build-step variables: - # 2019.2 still hasn't been backported - FEATURES: --features v2018_9 + # TODO: update + FEATURES: --features v2018_9,futures ostree_default-features: <<: *build-step variables: FEATURES: "" -ostree_futures: - <<: *build-step - image: rustlang/rust:nightly - variables: - FEATURES: --features v2018_9,futures - script: - - cargo test --verbose ${FEATURES} - # docs docs: stage: build @@ -72,6 +64,7 @@ docs: --extern-html-root-url gio_sys=https://gtk-rs.org/docs --extern-html-root-url glib=https://gtk-rs.org/docs --extern-html-root-url gio=https://gtk-rs.org/docs + before_script: [] script: - make merge-lgpl-docs - cargo rustdoc --verbose --package ostree-sys --features dox -- ${RUSTDOC_OPTS}