From 29b80821b674635a3ddad209064eeeb176f01250 Mon Sep 17 00:00:00 2001 From: Patrick MADELA <patrick.madela@synchrotron-soleil.fr> Date: Wed, 5 Oct 2022 09:19:31 +0200 Subject: [PATCH] Add README.md --- .gitlab-ci.yml | 3 +-- README.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d81cfaf..8652d20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,7 +43,6 @@ linux-el6-x86_64: test-el6-x86_64: extends: [".test-python"] image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc44 - variables: needs: - linux-el6-x86_64 @@ -84,4 +83,4 @@ test-el7-i686: extends: [".test-python"] image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc48-x86 needs: - - linux-el7-i686 \ No newline at end of file + - linux-el7- diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab598a4 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Python 3.6.13 + +Pipeline to build Python 3.6.13 on CentOS Docker image + +Allows to build Python 3.6.13 for: +* CentOS 6.10 64 bits: linux-el6-x86_64 +* CentOS 6.10 32 bits: linux-el6-i686 +* CentOS 7.9 64 bits: linux-el7-x86_64 +* CentOS 7.9 32 bits: linux-el7-i686 + +Build on Docker image: +* gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc44 +* gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc44-x86 +* gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc48 +* gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc48-x86 -- GitLab