From a710b1ae0cccf48664d195b1d6c34d88f98f6823 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Wed, 26 Nov 2025 07:37:25 +0100 Subject: [PATCH] forces conan to rebuild all packages in Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1c9e883..76b9c20 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ void build_n_test_project() { . .venv/bin/activate pip3 install -r requirements.txt conan remove -c "systemc/*" - cmake -S . -B build --preset Release + cmake -S . -B build --preset Release -DCONAN_INSTALL_ARGS="--build=all" cmake --build build --target format-check cmake --build build -j12 cmake --build build --target test