Skip to content

Commit

Permalink
circleci: Remove EOL'd debian:bullseye
Browse files Browse the repository at this point in the history
And drop 32bit coverage that recently broke altogether and a little out
of the blue.
  • Loading branch information
dridi committed Nov 29, 2024
1 parent 8934271 commit 027c91f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
description: the Linux distribution (debian|ubuntu)
type: string
release:
description: the release name (bullseye|bookworm|focal|jammy|noble)
description: the release name (bookworm|focal|jammy|noble)
type: string
make_target:
description: the make target to execute during the build
Expand Down Expand Up @@ -385,12 +385,6 @@ workflows:
dist: fedora
release: latest
make_target: witness.dot
# oldest debian goes 32bit
- build:
name: build_debian_bullseye
dist: debian
release: bullseye
prefix: i386/
- build:
name: build_debian_bookworm
dist: debian
Expand Down Expand Up @@ -437,7 +431,6 @@ workflows:
- ubuntu:focal
- ubuntu:jammy
- ubuntu:noble
- debian:bullseye
- debian:bookworm
- almalinux:8
- almalinux:9
Expand Down

0 comments on commit 027c91f

Please sign in to comment.