From 175649141ed1cabde95c33e7942db6ce31774cd0 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Tue, 31 Mar 2020 23:03:30 +0200 Subject: [PATCH] ci: install fewer things --- rust-bindings/rust/.gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index 29564aa9..5e34e893 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -8,7 +8,7 @@ variables: RUSTC_WRAPPER: sccache before_script: -- dnf install -y cargo rust clippy rustfmt git make ostree-devel +- dnf install -y cargo rust rustfmt clippy ostree-devel - curl -L "${SCCACHE_URL}" | tar -C /usr/bin/ -xz --wildcards --strip-components=1 '*/sccache' cache: @@ -30,6 +30,7 @@ fmt: gir: stage: check script: + - dnf install -y make - rm -rf src/auto/ - make gir - git checkout -- sys/src/auto/versions.txt src/auto/versions.txt