mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +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:
|
- build-debian-bullseye:
|
||||||
requires:
|
requires:
|
||||||
- build-container-image
|
- build-container-image
|
||||||
- build-debian-trixie:
|
# FIXME: Currently disabled because `stdeb` does not work with Python
|
||||||
requires:
|
# 3.12, which has become the default in Debian Trixie. See also:
|
||||||
- build-container-image
|
# https://github.com/freedomofpress/dangerzone/issues/773
|
||||||
|
#
|
||||||
|
#- build-debian-trixie:
|
||||||
|
# requires:
|
||||||
|
# - build-container-image
|
||||||
- build-debian-bookworm:
|
- build-debian-bookworm:
|
||||||
requires:
|
requires:
|
||||||
- build-container-image
|
- build-container-image
|
||||||
|
|
Loading…
Reference in a new issue