holly: Fix dependency downloading (clang-format)
parent
0744009955
commit
532f2fadb0
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue