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

Force to use image with Conan 1 because all required packages for building...

Force to use image with Conan 1 because all required packages for building Python are not yet for Conan 2
parent a75597c8
No related branches found
No related tags found
No related merge requests found
Pipeline #1947 failed
......@@ -44,14 +44,14 @@ workflow:
linux-x86_64:
extends: [".build"]
image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/conan-docker-tools/conan-el6-gcc91
image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/conan-docker-tools/conan-el6-gcc91:1.59.0
variables:
NAME: "python-${PYTHON_VERSION}-linux-x86_64"
PYTHON_ROOT: "${CI_PROJECT_DIR}/${NAME}"
test-x86_64:
extends: [".test"]
image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/conan-docker-tools/conan-el6-gcc91
image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/conan-docker-tools/conan-el6-gcc91:1.59.0
variables:
NAME: "python-${PYTHON_VERSION}-linux-x86_64"
needs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment