From 70ff7ac8a296db24401ca85557f94a5dfb9ab42b Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Thu, 10 Jul 2025 11:41:23 +0200 Subject: revert: make clean --- contrib/depends/Jenkinsfile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'contrib/depends/Jenkinsfile') diff --git a/contrib/depends/Jenkinsfile b/contrib/depends/Jenkinsfile index 412d44c..db97919 100644 --- a/contrib/depends/Jenkinsfile +++ b/contrib/depends/Jenkinsfile @@ -43,9 +43,6 @@ pipeline { post { always { script { - dir('contrib/depends') { - sh "make clean" - } def targets = params.LINUX_TARGETS.split(',').collect { it.trim() } for (target in targets) { archiveArtifacts artifacts: "contrib/depends/built/${target}/*/*.tar.gz*", allowEmptyArchive: true @@ -79,9 +76,6 @@ pipeline { post { always { script { - dir('contrib/depends') { - sh "make clean" - } def targets = params.DARWIN_TARGETS.split(',').collect { it.trim() } for (target in targets) { archiveArtifacts artifacts: "contrib/depends/built/${target}/*/*.tar.gz*", allowEmptyArchive: true -- cgit v1.2.3