Skip to content

Commit

Permalink
HACK: Temporarily skip Debian Bookworm builds
Browse files Browse the repository at this point in the history
Temporarily skip building Debian Bookworm packages, due to an upstream
deprecation of `python-all` package [1]. The proper fix is in the `main`
branch, but we don't need to cherry-pick this in this hotfix branch.

[1]: #292 (comment)
  • Loading branch information
apyrgio committed Jan 25, 2023
1 parent 58b23a6 commit 6fec53b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,16 +182,16 @@ jobs:
- run: *copy-image
- run: *build-deb

build-debian-bookworm:
docker:
- image: debian:bookworm
resource_class: medium+
steps:
- run: *install-dependencies-deb
- checkout
- restore_cache: *restore-cache
- run: *copy-image
- run: *build-deb
#build-debian-bookworm:
# docker:
# - image: debian:bookworm
# resource_class: medium+
# steps:
# - run: *install-dependencies-deb
# - checkout
# - restore_cache: *restore-cache
# - run: *copy-image
# - run: *build-deb

build-debian-bullseye:
docker:
Expand Down Expand Up @@ -359,9 +359,9 @@ workflows:
- build-debian-bullseye:
requires:
- build-container-image
- build-debian-bookworm:
requires:
- build-container-image
#- build-debian-bookworm:
# requires:
# - build-container-image
- build-fedora-37:
requires:
- build-container-image
Expand Down

0 comments on commit 6fec53b

Please sign in to comment.