Skip to content

Commit

Permalink
ci: Disable Debian Trixie builds
Browse files Browse the repository at this point in the history
Disable building packages in Debian Trixie, since it's Python version
has changed to 3.12, which is not compatible with `stdeb`.

Refs #773
  • Loading branch information
apyrgio committed Jul 8, 2024
1 parent 210c30e commit 162ded6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 162ded6

Please sign in to comment.