Skip to content
Snippets Groups Projects
Commit b39b5f8c authored by MADELA Patrick's avatar MADELA Patrick
Browse files

Update for conan 2

parent de13d1ce
No related branches found
No related tags found
No related merge requests found
variables:
GIT_VERSION: "2.40.0"
PYTHON_VERSION: "3.10.8"
......@@ -27,10 +26,9 @@ workflow:
- sudo python -m pip install --upgrade pip
- sudo python -m pip install --upgrade conan
# Build git with conan
- conan config init
- conan profile update settings.compiler.libcxx=libstdc++11 default
- conan create . git/${GIT_VERSION}@soleil/stable --build -c tools.system.package_manager:mode=install -c tools.system.package_manager:tool=yum -c tools.system.package_manager:sudo=True
- conan install git/${GIT_VERSION}@soleil/stable --install-folder ${CI_PROJECT_DIR}/${NAME}
- conan profile detect --force
- conan create . git/${GIT_VERSION}@soleil/stable -s compiler.libcxx=libstdc++11 --build -c tools.system.package_manager:mode=install -c tools.system.package_manager:tool=yum -c tools.system.package_manager:sudo=True
- conan install git/${GIT_VERSION}@soleil/stable -s compiler.libcxx=libstdc++11 --install-folder ${CI_PROJECT_DIR}/${NAME}
artifacts:
name: ${NAME}
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment