Skip to content

Commit

Permalink
Remove now useless Clang version specifiers in GHCI
Browse files Browse the repository at this point in the history
Just use the latest until forced to do otherwise
  • Loading branch information
Tristan971 committed Sep 2, 2024
1 parent 7e39db0 commit bb2d6b7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ jobs:
uses: "./.github/workflows/haproxy-deps.yml"
with:
DEBIAN_CODENAME: "bookworm"
CLANG_VERSION: 18

dist-stable:
needs: [ "haproxy-dependencies" ]
uses: "./.github/workflows/haproxy-dist.yml"
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"
Expand All @@ -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"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/haproxy-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
DEBIAN_CODENAME:
required: true
type: string
CLANG_VERSION:
required: true
type: number

jobs:
dependency:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/haproxy-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
DEBIAN_CODENAME:
required: true
type: string
CLANG_VERSION:
required: true
type: number
HAPROXY_FLAVOUR:
required: true
type: string
Expand Down

0 comments on commit bb2d6b7

Please sign in to comment.