summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2023-03-22 12:15:02 +0100
committerJustus Winter <justus@sequoia-pgp.org>2023-03-22 12:15:02 +0100
commit32d9e9f4908c74a9c41a5a3bd0a700c56edc558a (patch)
tree6e5c0c1477416f46b5210818ef790d9af1476db7
parent17fc37b80785f2564ea7709f30d1a9f3346ab636 (diff)
ci: Do not reinstall build dependencies in the clippy job.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aff280fd..c8d6fb0d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -218,7 +218,6 @@ clippy:
image: 192.168.122.1:5000/sequoia-pgp/build-docker-image/rust-stable-prebuild:latest
before_script:
- *before_script_start
- - apt-get -y install libssl-dev capnproto libsqlite3-dev
- rustup default 1.60.0 # Pin clippy.
- rustup component add clippy
- cargo clippy --version