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

Update .gitlab-ci.yml file

parent 8f90cd42
No related branches found
Tags 2.43.0
No related merge requests found
Pipeline #3151 passed
...@@ -18,7 +18,7 @@ workflow: ...@@ -18,7 +18,7 @@ workflow:
stage: build stage: build
script: script:
# Install prerequisite for git-gui and gitk # Install prerequisite for git-gui and gitk
- echo "proxy=" | sudo tee -a /etc/yum.conf - echo "proxy=_none_" | sudo tee -a /etc/yum.conf
- sudo yum -y install tcl-devel tk-devel - sudo yum -y install tcl-devel tk-devel
# Install recent version of python required to build meson that is a requirement for building chain of git # Install recent version of python required to build meson that is a requirement for building chain of git
- curl -s -L -o python.zip https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/python3/-/jobs/artifacts/${PYTHON_VERSION}/download?job=${PLATFORM} - curl -s -L -o python.zip https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/python3/-/jobs/artifacts/${PYTHON_VERSION}/download?job=${PLATFORM}
......
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