diff --git a/Jenkinsfile b/Jenkinsfile index 6aa045d..531b92d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,6 +27,7 @@ parallel 'centos7': { checkout scm sh 'git submodule update --init' stage('linux lwIP, ipv6') { + sh 'rm -rf .depend' sh 'make -f make-liblwip.mk liblwip.a IPV6=1' } }