diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index a172bc9..38a1128 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { } stage('Build') { steps { - sh 'make config' + sh 'make config && make update-config' sh 'make all BR2_CCACHE_DIR=${BR2_CCACHE_DIR}' } post {