Skip to content

Commit

Permalink
remove stale distros
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvs committed Feb 15, 2024
1 parent 5e5b996 commit d8e5162
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,41 +30,6 @@ variables:
# DOCKER_IMAGE_VERSION_WINDOWS


.build-debian-trixie: &build-debian-trixie
extends:
- .debian-build
variables:
RELEASE: 'trixie'
image: "${DOCKER_IMAGE_NAMESPACE}_${DOCKER_IMAGE_NAME}_${DISTRO}-${RELEASE}:${DOCKER_IMAGE_VERSION}"

build-centos-7:
extends:
- .build-centos-7
# image: marcvs/build_oidc-agent_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
# mkdir -p results/centos/7
# echo ${CI_JOB_ID} > results/centos/7/info.txt
- make rpms
# artifacts:
# paths:
# - "results/*"

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)
trigger-integration-tests:
Expand Down

0 comments on commit d8e5162

Please sign in to comment.