Skip to content

Commit

Permalink
fix ci centos7
Browse files Browse the repository at this point in the history
  • Loading branch information
dianagudu committed Feb 15, 2024
1 parent b3845a2 commit d86024f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d86024f

Please sign in to comment.