Skip to content

Commit

Permalink
Force build conan b2 package locally
Browse files Browse the repository at this point in the history
  • Loading branch information
amues committed Nov 1, 2023
1 parent fef2804 commit 0d7eb62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
"""
Expand Down

0 comments on commit 0d7eb62

Please sign in to comment.