diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8af4d7d..0b7bb29 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,15 @@ variables: # DOCKER_IMAGE_VERSION # DOCKER_IMAGE_VERSION_WINDOWS +build-centos-7: + extends: + - .build-centos-7 + script: + - | + # Force RPM's python-bytecompile script to use python3 + sed "s@^default_python@default_python=python3\n#default_python@" -i /usr/lib/rpm/brp-python-bytecompile + echo "typing-extensions" >> requirements.txt + - *rpm-build-script ########################################################################## # Integration (These might to to a central job def)