holly: Fix dependency downloading (clang-format) blah

pull/63/head
Alan Dragomirecký 2021-07-16 11:13:25 +02:00
parent 0744009955
commit c5ab6acaaf
No known key found for this signature in database
GPG Key ID: 408E8F08D33F9D03
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ pipeline {
stage("Build - ${config.build_type}") { stage("Build - ${config.build_type}") {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
sh """ sh """
python3 utils/bootstrap.py
exit 0 # temporarily disable building (as we don't have avr-gcc in dependencies) exit 0 # temporarily disable building (as we don't have avr-gcc in dependencies)
ln -fs /.dependencies ln -fs /.dependencies
python3 utils/build.py \ python3 utils/build.py \