Add Oracle Linux 10 to CI and package builds. (#20684)
* Add Oracle Linux 10 to CI and package builds. * Skip local build tests for Oracle Linux 10.
Austin S. Hemmelgarn committed
Aug 4, 2025 at 08:19 UTC
c3f4282453fce297ef939e9d952f2774fcf7a582
1 file changed
+14
-2
.github/data/distros.yml
+14
-2
@@ -246,7 +246,7 @@ include:
246
247
- &oracle
248
distro: oraclelinux
249
- version: "8"
249
+ version: "10"
250
support_type: Core
251
notes: ''
252
eol_check: true
@@ -255,18 +255,30 @@ include:
255
dnf remove -y json-c-devel
256
packages: &oracle_packages
257
type: rpm
258
- repo_distro: ol/8
258
+ repo_distro: ol/10
259
builder_rev: *def_builder_rev
260
arches:
261
- x86_64
262
- aarch64
263
test:
264
ebpf-core: true
265
+ skip-local-build: true
266
- <<: *oracle
267
version: "9"
268
packages:
269
<<: *oracle_packages
270
repo_distro: ol/9
271
+ test:
272
+ ebpf-core: true
273
+ skip-local-build: false
274
+ - <<: *oracle
275
+ version: "8"
276
+ packages:
277
+ <<: *oracle_packages
278
+ repo_distro: ol/8
279
+ test:
280
+ ebpf-core: true
281
+ skip-local-build: false
282
283
- &rocky
284
distro: rockylinux