From 14b511d32b8717545ad45bdd49caab26a083d4dd Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Thu, 31 Oct 2019 14:09:12 +0100 Subject: [PATCH] ci: fix setup, again --- rust-bindings/rust/.gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index 176fdb74..5434cb58 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -9,9 +9,7 @@ variables: OSTREE_VERSION: v2019_3 before_script: -# only on the Fedora images -- if which dnf > /dev/null; then dnf install -y cargo rust clippy rustfmt git make ostree-devel; fi -# always +- dnf install -y cargo rust clippy rustfmt git make ostree-devel - curl -L "${SCCACHE_URL}" | tar -C /usr/bin/ -xz --wildcards --strip-components=1 '*/sccache' cache: @@ -56,6 +54,8 @@ 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: + - curl -L "${SCCACHE_URL}" | tar -C /usr/bin/ -xz --wildcards --strip-components=1 '*/sccache' script: - make merge-lgpl-docs - cargo rustdoc --verbose --package ostree-sys --features dox -- ${RUSTDOC_OPTS}