Skip to content

Commit

Permalink
special build for bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvs committed Feb 16, 2024
1 parent dfad167 commit 6fff29b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ build-centos-7:
sed "s@^default_python@default_python=python3\n#default_python@" -i /usr/lib/rpm/brp-python-bytecompile
echo "typing-extensions" >> requirements.txt
- !reference [.rpm-build-script]
build-ubuntu-bionic:
extends:
- .build-ubuntu-bionic
script:
- |
cat debian/rules \
| sed s/"dh_virtualenv --python python3"/"dh_virtualenv --python python3.8"/ \
> debian/new-rules
cat debian/new-rules > debian/rules
make debsource
dpkg-buildpackage -uc -us
##########################################################################
# Integration (These might to to a central job def)
Expand Down

0 comments on commit 6fff29b

Please sign in to comment.