Skip to content

Commit 0f96b1c

Browse files
committed
Exclude breaking source builds
Documented this in sous-chefs#475 Signed-off-by: Lance Albertson <[email protected]>
1 parent 855b43a commit 0f96b1c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,29 @@ jobs:
3939
- "source-default"
4040
- "source-openssl"
4141
exclude:
42+
# Excluded due to https://github.com/sous-chefs/haproxy/issues/475
4243
- os: 'fedora-latest'
4344
suite: 'source-18'
45+
- os: 'fedora-latest'
46+
suite: 'source-20'
47+
- os: 'fedora-latest'
48+
suite: 'source-22'
49+
- os: 'fedora-latest'
50+
suite: 'source-default'
4451
- os: 'fedora-latest'
4552
suite: 'source-openssl'
4653
- os: 'ubuntu-2204'
4754
suite: 'source-18'
55+
- os: 'ubuntu-2204'
56+
suite: 'source-20'
57+
- os: 'ubuntu-2204'
58+
suite: 'source-22'
59+
- os: 'ubuntu-2204'
60+
suite: 'source-24'
61+
- os: 'ubuntu-2204'
62+
suite: 'source-default'
63+
- os: 'ubuntu-2204'
64+
suite: 'source-openssl'
4865
fail-fast: false
4966

5067
steps:

0 commit comments

Comments
 (0)