ci: Disable Debian Trixie builds

Disable building packages in Debian Trixie, since it's Python version
has changed to 3.12, which is not compatible with `stdeb`.

Refs #773
This commit is contained in:
Alex Pyrgiotis 2024-07-08 12:11:00 +03:00
parent 210c30eb87
commit 162ded6a75
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -608,9 +608,13 @@ workflows:
- build-debian-bullseye:
requires:
- build-container-image
- build-debian-trixie:
requires:
- build-container-image
# FIXME: Currently disabled because `stdeb` does not work with Python
# 3.12, which has become the default in Debian Trixie. See also:
# https://github.com/freedomofpress/dangerzone/issues/773
#
#- build-debian-trixie:
# requires:
# - build-container-image
- build-debian-bookworm:
requires:
- build-container-image