From c9ea0779feafb14c6dda9fc269f5783d07bd0654 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Tue, 25 Nov 2025 19:45:47 +0100 Subject: [PATCH] adds removal of SystemC package to Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2e529aa..1c9e883 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,7 @@ void build_n_test_project() { python3 -mvenv .venv . .venv/bin/activate pip3 install -r requirements.txt - conan remove "systemc/*" + conan remove -c "systemc/*" cmake -S . -B build --preset Release cmake --build build --target format-check cmake --build build -j12