From 532f2fadb0b66ec6ca58d1f65e935b647e03e29e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alan=20Dragomirecky=CC=81?= Date: Fri, 16 Jul 2021 11:13:25 +0200 Subject: [PATCH] holly: Fix dependency downloading (clang-format) --- utils/holly/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/holly/Jenkinsfile b/utils/holly/Jenkinsfile index e22bf7b..0ac7fa5 100644 --- a/utils/holly/Jenkinsfile +++ b/utils/holly/Jenkinsfile @@ -52,6 +52,7 @@ pipeline { stage("Build - ${config.build_type}") { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { sh """ + python3 utils/bootstrap.py exit 0 # temporarily disable building (as we don't have avr-gcc in dependencies) ln -fs /.dependencies python3 utils/build.py \