From bb2d6b76999908365553b137d0f26892b015bde8 Mon Sep 17 00:00:00 2001 From: Tristan Date: Mon, 2 Sep 2024 13:36:00 +0200 Subject: [PATCH] Remove now useless Clang version specifiers in GHCI Just use the latest until forced to do otherwise --- .github/workflows/ci.yml | 3 --- .github/workflows/haproxy-deps.yml | 3 --- .github/workflows/haproxy-dist.yml | 3 --- 3 files changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4739d26..2846c4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,6 @@ jobs: uses: "./.github/workflows/haproxy-deps.yml" with: DEBIAN_CODENAME: "bookworm" - CLANG_VERSION: 18 dist-stable: needs: [ "haproxy-dependencies" ] @@ -16,7 +15,6 @@ jobs: secrets: "inherit" # for Docker image publication with: DEBIAN_CODENAME: "bookworm" - CLANG_VERSION: 18 HAPROXY_FLAVOUR: "stable" # https://git.haproxy.org/?p=haproxy-3.0.git;a=commit;h=v3.0.3 HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy-3.0.git" @@ -30,7 +28,6 @@ jobs: secrets: "inherit" # for Docker image publication with: DEBIAN_CODENAME: "bookworm" - CLANG_VERSION: 18 HAPROXY_FLAVOUR: "dev" # https://git.haproxy.org/?p=haproxy.git;a=commit;h=db13df3d6e64e9993b90f048734538491082cbed HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy.git" diff --git a/.github/workflows/haproxy-deps.yml b/.github/workflows/haproxy-deps.yml index 8541f73..495b9ef 100644 --- a/.github/workflows/haproxy-deps.yml +++ b/.github/workflows/haproxy-deps.yml @@ -6,9 +6,6 @@ on: DEBIAN_CODENAME: required: true type: string - CLANG_VERSION: - required: true - type: number jobs: dependency: diff --git a/.github/workflows/haproxy-dist.yml b/.github/workflows/haproxy-dist.yml index f06357f..fd18e77 100644 --- a/.github/workflows/haproxy-dist.yml +++ b/.github/workflows/haproxy-dist.yml @@ -6,9 +6,6 @@ on: DEBIAN_CODENAME: required: true type: string - CLANG_VERSION: - required: true - type: number HAPROXY_FLAVOUR: required: true type: string