Skip to content

Commit d20945b

Browse files
cgwaltersJohan-Liebert1
authored andcommitted
ci: Make fedora-45 (rawhide) package build non-gating
We want to test on rawhide, but it can't be gating. Assisted-by: opencode (claude-opus-4-6) Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 9c8de0e commit d20945b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ jobs:
184184
test_os: ${{ fromJson(needs.compute-ci-level.outputs.package_os_matrix) }}
185185

186186
runs-on: ubuntu-24.04
187+
# Rawhide is best-effort; don't let it block merges
188+
continue-on-error: ${{ matrix.test_os == 'fedora-45' }}
187189

188190
steps:
189191
- uses: actions/checkout@v7

0 commit comments

Comments
 (0)