Remove Fedora 42 from CI and package builds (#22240)
It’s EOL upstream as of 2026-05-13.
Austin S. Hemmelgarn committed
May 29, 2026 at 08:26 UTC
90dc7966f32db911f93d9164eb5036be9cff35d5
2 files changed
+8
-9
.github/data/distros.yml
+7
-7
@@ -239,13 +239,6 @@ include:
239
repo_distro: fedora/43
240
test:
241
ebpf-core: true
242
- - <<: *fedora
243
- version: "42"
244
- packages:
245
- <<: *fedora_packages
246
- repo_distro: fedora/42
247
- test:
248
- ebpf-core: true
242
243
- &opensuse
244
distro: opensuse
@@ -436,6 +429,13 @@ legacy: # Info for platforms we used to support and still need to handle package
429
repo_distro: fedora/41
430
test:
431
ebpf-core: true
432
+ - <<: *fedora
433
+ version: "42"
434
+ packages:
435
+ <<: *fedora_packages
436
+ repo_distro: fedora/42
437
+ test:
438
+ ebpf-core: true
439
- <<: *opensuse
440
version: "15.4"
441
packages:
packaging/PLATFORM_SUPPORT.md
+1
-2
@@ -77,7 +77,6 @@ Our [static builds](#static-builds) are expected to work on these platforms if a
77
| Debian | 11.x | x86\_64, i386, ARMv7, AArch64 | |
78
| Fedora | 44 | x86\_64, AArch64 | |
79
| Fedora | 43 | x86\_64, AArch64 | |
80
-| Fedora | 42 | x86\_64, AArch64 | |
80
| openSUSE | Tumbleweed | x86\_64, AArch64 | |
81
| openSUSE | Leap 16.0 | x86\_64, AArch64 | |
82
| openSUSE | Leap 15.6 | x86\_64, AArch64 | |
@@ -178,8 +177,8 @@ This is a list of platforms that we have supported in the recent past but no lon
177
| Platform | Version | Notes |
178
|----------|-----------|----------------------|
179
| Debian | 10.x | EOL as of 2024-07-01 |
180
+| Fedora | 42 | EOL as of 2026-05-13 |
181
| Fedora | 41 | EOL as of 2025-12-15 |
182
-| Fedora | 40 | EOL as of 2024-11-12 |
182
| openSUSE | Leap 15.5 | EOL as of 2024-12-31 |
183
| Ubuntu | 25.04 | EOL as of 2026-01-17 |
184
| Ubuntu | 20.04 | EOL as of 2025-05-31 |