holly: Fix dependency downloading (clang-format)

pull/64/head
Alan Dragomirecký 2021-07-16 11:13:25 +02:00 committed by DRracer
parent 0744009955
commit 532f2fadb0
1 changed files with 1 additions and 0 deletions

View File

@ -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 \