From 47acc244a0fa77a691e92293c38afaedc50b1b02 Mon Sep 17 00:00:00 2001 From: c0repwn3r Date: Fri, 21 Apr 2023 09:07:16 -0400 Subject: [PATCH] clippy is installed already --- Jenkinsfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c44d38e668831404cc9732190b0df63847e95f7e..80e26408e05b1e4ba054ad84df282fbe52be8209 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,11 +6,6 @@ pipeline { } stages { - stage('Prepare') { - steps { - sh 'rustup component add clippy' - } - } stage('Build') { steps { sh 'cargo build --locked'