From 0d7eb622b4d70de371310422298ee034c31493a3 Mon Sep 17 00:00:00 2001 From: Afonso Mukai Date: Wed, 1 Nov 2023 15:31:10 +0100 Subject: [PATCH] Force build conan b2 package locally --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 93cbfa866a..5cf5403bcf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -84,6 +84,8 @@ builders = pipeline_builder.createBuilders { container -> container.sh """ mkdir build cd build + # Force build b2 locally due to glibc compatibility issue + conan install --build b2 b2/4.9.6@ cmake --version cmake ${cmake_options} ../${pipeline_builder.project} """