From 9e2c6d595bfc0ce43c06fabe65b97256b6c89f74 Mon Sep 17 00:00:00 2001 From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr> Date: Tue, 11 Feb 2025 11:14:37 +0100 Subject: [PATCH] Revert Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d69f3f9..a0d3ad0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,8 +30,8 @@ workflow: - python -m pip install conan # Build git with conan - conan profile detect --force - - conan create . --version ${GIT_VERSION} --build="*" - - conan install --requires git/${GIT_VERSION} --deployer=direct_deploy + - conan create . --version ${GIT_VERSION} -s compiler.libcxx=libstdc++11 --build="*" + - conan install --requires git/${GIT_VERSION} -s compiler.libcxx=libstdc++11 --deployer=direct_deploy - mv direct_deploy/git ${CI_PROJECT_DIR}/${NAME} artifacts: name: ${NAME} -- GitLab