Commit e5c4aab3 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

circleci: Retire Debian Buster jobs

It reached EOL almost 2 years ago, but the architectures we cover in CI
had 2 extra years of long term support that is coming to an end this
month.
parent 8698c335
...@@ -123,7 +123,7 @@ jobs: ...@@ -123,7 +123,7 @@ jobs:
package: package:
parameters: parameters:
platform: platform:
description: the Linux distribution, with release, e.g. debian:buster, fedora:latest description: the Linux distribution, with release, e.g. debian:bookworm, fedora:latest
type: string type: string
rclass: rclass:
description: the resource class to use, usually arm.medium or medium description: the resource class to use, usually arm.medium or medium
...@@ -203,7 +203,7 @@ jobs: ...@@ -203,7 +203,7 @@ jobs:
description: the Linux distribution (debian|ubuntu) description: the Linux distribution (debian|ubuntu)
type: string type: string
release: release:
description: the release name (buster|bullseye|bookworm|focal|jammy|noble) description: the release name (bullseye|bookworm|focal|jammy|noble)
type: string type: string
make_target: make_target:
description: the make target to execute during the build description: the make target to execute during the build
...@@ -393,15 +393,11 @@ workflows: ...@@ -393,15 +393,11 @@ workflows:
release: latest release: latest
make_target: witness.dot make_target: witness.dot
# oldest debian goes 32bit # oldest debian goes 32bit
- build:
name: build_debian_buster
dist: debian
release: buster
prefix: i386/
- build: - build:
name: build_debian_bullseye name: build_debian_bullseye
dist: debian dist: debian
release: bullseye release: bullseye
prefix: i386/
- build: - build:
name: build_debian_bookworm name: build_debian_bookworm
dist: debian dist: debian
...@@ -448,7 +444,6 @@ workflows: ...@@ -448,7 +444,6 @@ workflows:
- ubuntu:focal - ubuntu:focal
- ubuntu:jammy - ubuntu:jammy
- ubuntu:noble - ubuntu:noble
- debian:buster
- debian:bullseye - debian:bullseye
- debian:bookworm - debian:bookworm
- almalinux:8 - almalinux:8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment