Skip to content

Commit

Permalink
Exclude breaking source builds
Browse files Browse the repository at this point in the history
Documented this in sous-chefs#475

Signed-off-by: Lance Albertson <[email protected]>
  • Loading branch information
ramereth committed Feb 9, 2023
1 parent 855b43a commit 0f96b1c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,29 @@ jobs:
- "source-default"
- "source-openssl"
exclude:
# Excluded due to https://github.com/sous-chefs/haproxy/issues/475
- os: 'fedora-latest'
suite: 'source-18'
- os: 'fedora-latest'
suite: 'source-20'
- os: 'fedora-latest'
suite: 'source-22'
- os: 'fedora-latest'
suite: 'source-default'
- os: 'fedora-latest'
suite: 'source-openssl'
- os: 'ubuntu-2204'
suite: 'source-18'
- os: 'ubuntu-2204'
suite: 'source-20'
- os: 'ubuntu-2204'
suite: 'source-22'
- os: 'ubuntu-2204'
suite: 'source-24'
- os: 'ubuntu-2204'
suite: 'source-default'
- os: 'ubuntu-2204'
suite: 'source-openssl'
fail-fast: false

steps:
Expand Down

0 comments on commit 0f96b1c

Please sign in to comment.