From ba52f5d91f61389718e57502a94078b5beaae34f Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Wed, 13 Jul 2022 14:17:59 +0300 Subject: Add Oracle Linux 9 to officially supported platforms. (#13367) * Add Oracle Linux 9 to officially supported platforms. * Add OL9 dependency handling code. --- .github/data/distros.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/data/distros.yml b/.github/data/distros.yml index 157442c65e..4abb67637b 100644 --- a/.github/data/distros.yml +++ b/.github/data/distros.yml @@ -141,11 +141,12 @@ include: test: ebpf-core: false - - distro: oraclelinux + - &oracle + distro: oraclelinux version: "8" jsonc_removal: | dnf remove -y json-c-devel - packages: + packages: &oracle_packages type: rpm repo_distro: ol/8 arches: @@ -153,6 +154,11 @@ include: - aarch64 test: ebpf-core: true + - <<: *oracle + version: "9" + packages: + <<: *oracle_packages + repo_distro: ol/9 - &ubuntu distro: ubuntu -- cgit v1.2.3