summaryrefslogtreecommitdiffstats
path: root/.github/data/distros.yml
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-06-06 07:30:57 -0400
committerGitHub <noreply@github.com>2022-06-06 07:30:57 -0400
commit524fc560633a0d1f9077aa93b9d91992ee987e6e (patch)
tree90a255b6522df9d0b751c0ad1b5ba96ba9898b90 /.github/data/distros.yml
parent123e923f76ad2cc458dd98b01ba8b29f2306bee2 (diff)
Added Alma Linux 9 and RHEL 9 support to CI and packaging. (#13058)
* Added Alma Linux 9 and RHEL 9 support to CI and packaging. * Fix RPM deps for Alma 9. * Fix package testing code for Alma 9.
Diffstat (limited to '.github/data/distros.yml')
-rw-r--r--.github/data/distros.yml15
1 files changed, 11 insertions, 4 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index e249b2dcd4..b21d702602 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -27,17 +27,24 @@ include:
env_prep: |
pacman --noconfirm -Syu && pacman --noconfirm -Sy grep libffi
- - distro: almalinux
- version: "8"
+ - &alma
+ distro: almalinux
+ version: "9"
base_image: almalinux
jsonc_removal: |
dnf remove -y json-c-devel
- packages:
+ packages: &alma_packages
type: rpm
- repo_distro: el/8
+ repo_distro: el/9
arches:
- amd64
- arm64
+ - <<: *alma
+ version: "8"
+ packages:
+ <<: *alma_packages
+ repo_distro: el/8
+
- distro: centos
version: "7"
packages: