mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
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:
parent
210c30eb87
commit
162ded6a75
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue