summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-07-13 14:17:59 +0300
committerGitHub <noreply@github.com>2022-07-13 07:17:59 -0400
commitba52f5d91f61389718e57502a94078b5beaae34f (patch)
treea76a27a5b925b6d9e360e70ab0c8e1e38809cfef /.github
parent70f19efb7d4b5b7543f2d718493fffaaf518f15b (diff)
Add Oracle Linux 9 to officially supported platforms. (#13367)
* Add Oracle Linux 9 to officially supported platforms. * Add OL9 dependency handling code.
Diffstat (limited to '.github')
-rw-r--r--.github/data/distros.yml10
1 files changed, 8 insertions, 2 deletions
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