[master] 027c91f21 circleci: Remove EOL'd debian:bullseye

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Fri Nov 29 07:28:11 UTC 2024


commit 027c91f2166e260d2922e933e27c01cff81a5228
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Fri Nov 29 08:22:36 2024 +0100

    circleci: Remove EOL'd debian:bullseye
    
    And drop 32bit coverage that recently broke altogether and a little out
    of the blue.

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 8c930ec8a..b1491127f 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -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
@@ -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
@@ -437,7 +431,6 @@ workflows:
                 - ubuntu:focal
                 - ubuntu:jammy
                 - ubuntu:noble
-                - debian:bullseye
                 - debian:bookworm
                 - almalinux:8
                 - almalinux:9


More information about the varnish-commit mailing list