Skip to content

Commit 11a6182

Browse files
junarugamr-c
authored andcommitted
Packit: Add a document of why we want to keep Fedora rawhide in CI.
It's to clarify the motivation, and avoid someone to drop the rawhide cases unintentionally.
1 parent cceda35 commit 11a6182

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.packit.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ jobs:
1212
trigger: pull_request
1313
# Enable internet access in the COPR.
1414
enable_net: true
15-
# Executed targets in the CI.
16-
# Available targets are below.
15+
# Executed targets in the CI. Available targets are below.
1716
# https://packit.dev/docs/configuration/#available-copr-build-targets
17+
#
18+
# Note that we keep the Fedora rawhide. See the `.packit/README.md` -
19+
# "Motivation and context" for details.
1820
targets:
1921
- fedora-rawhide-x86_64
2022
# Comment out the i386 (i686) case as it takes much longer time.

.packit/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This document is to use Packit CI that enables us to test SIMDe on Fedora projec
66
* Report issues (bugs or feature suggestions): https://github.com/packit/packit/issues
77
* Pipeline history: https://dashboard.packit.dev/pipelines
88

9+
## Motivation and context
10+
11+
We want to keep [Fedora rawhide](https://docs.fedoraproject.org/en-US/releases/rawhide/) cases in the CI. Fedora rawhide is the latest development version of Fedora Linux, not a named release that might go out of support later. Because the gcc and clang new versions are landing on Fedora rawhide earlier than other Linux distributions.
12+
913
## How to check the CI results
1014

1115
1. Enable Packit CI for your forked simde repository. See the [onboarding guide](https://packit.dev/docs/guide/).

0 commit comments

Comments
 (0)