From 2ff133732d84813bccf2c1ced088f7f89dfa7a7a Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Sat, 11 Jan 2025 12:03:55 +0100 Subject: [PATCH] forces clean build in Jenkins --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 2795458..f047755 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -48,6 +48,7 @@ pipeline { done ''' sh 'conan profile new default --detect --force' + sh 'rm -rf build' sh 'cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DWITH_ASMJIT=ON -DWITH_TCC=ON -DWITH_LLVM=ON' sh 'cmake --build build -j' sh 'build/dbt-rise-tgc/tgc-sim --isa ?'