PYTHON_VERSION_NODOT: '36'
extends:
- '.setup-build-environment'
+ needs:
+ - 'Linter'
image: centos:7
# ---------------------------
PYTHON_VERSION_NODOT: '38'
extends:
- '.setup-build-environment'
+ needs:
+ - 'Linter'
image: dokken/centos-stream-8
# ---------------------------
PYTHON_VERSION_NODOT: '3'
extends:
- '.setup-build-environment'
+ needs:
+ - 'Linter'
image: dokken/centos-stream-9
# vim: et tabstop=2 expandtab shiftwidth=2 softtabstop=2 list
fi
echo -e "\e[0Ksection_end:$( date +%s ):install_locales\r\e[0K"
- |
+ echo -e "\e[0Ksection_start:$( date +%s ):all_locales[collapsed=true]\r\e[0KAll locales"
echo "All locales"
locale -a
echo
echo "locales:"
locale
+ echo -e "\e[0Ksection_end:$( date +%s ):all_locales\r\e[0K"
- |
echo
echo "Exporting LC_ALL ..."
echo -e "\e[0Ksection_end:$( date +%s ):specfile\r\e[0K"
- |
echo "Creating ${HOME}/.rpmmacros ..."
- echo "%__python3 /bin/python${PYTHON_VERSION_DOT}" > "${HOME}/.rpmmacros"
- echo "%_signature gpg" >> "${HOME}/.rpmmacros"
+ echo "%__python3 /bin/python${PYTHON_VERSION_DOT}" > "${HOME}/.rpmmacros"
+ echo "%_signature gpg" >> "${HOME}/.rpmmacros"
echo "Generated ${HOME}/.rpmmacros:"
cat "${HOME}/.rpmmacros"
- |
- if: $CI_COMMIT_BRANCH =~ /test-.*/
- if: $CI_COMMIT_BRANCH =~ /build.*/
- if: $CI_COMMIT_BRANCH == "develop"
+ needs:
+ - 'test Python 3.6'
+ - 'test Python 3.7'
+ - 'test Python 3.8'
+ - 'test Python 3.9'
+ - 'test Python 3.10'
+ - 'test Python 3.11'
tags:
- docker
before_script: