Remove openSUSE 15.5 from CI and package builds. (#19392)
It went EOL upstream as of 2024-12-31.
Austin S. Hemmelgarn committed
Jan 14, 2025 at 07:40 UTC
8bec30dad7e832024864b0523f69e179205cf973
1 file changed
+6
-6
.github/data/distros.yml
+6
-6
@@ -209,12 +209,6 @@ include:
209
- aarch64
210
test:
211
ebpf-core: true
212
- - <<: *opensuse
213
- version: "15.5"
214
- base_image: opensuse/leap:15.5
215
- packages:
216
- <<: *opensuse_packages
217
- repo_distro: opensuse/15.5
212
213
- &oracle
214
distro: oraclelinux
@@ -331,6 +325,12 @@ legacy: # Info for platforms we used to support and still need to handle package
325
packages:
326
<<: *opensuse_packages
327
repo_distro: opensuse/15.4
328
+ - <<: *opensuse
329
+ version: "15.5"
330
+ base_image: opensuse/leap:15.5
331
+ packages:
332
+ <<: *opensuse_packages
333
+ repo_distro: opensuse/15.5
334
- <<: *centos_stream
335
version: '8'
336
base_image: 'quay.io/centos/centos:stream8'