summaryrefslogtreecommitdiffstats
path: root/.github/data
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2021-11-17 08:56:33 -0500
committerGitHub <noreply@github.com>2021-11-17 08:56:33 -0500
commitc44df34acc2d839d1dd06fd4f987142012e18a89 (patch)
tree03aa2eec04b733554650fe5d5f79b6beaf2024ca /.github/data
parent577f8c0e43d15238f9cdecf036fa889605136d66 (diff)
Add Oracle Linux 8 to CI and package builds. (#11776)
* Add OracleLinux 8 to CI and package builds. * Fix OracleLinux dependency handling. * Fix package test code for Oracle Linux.
Diffstat (limited to '.github/data')
-rw-r--r--.github/data/build-matrix.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/data/build-matrix.json b/.github/data/build-matrix.json
index 427819b250..b066311f34 100644
--- a/.github/data/build-matrix.json
+++ b/.github/data/build-matrix.json
@@ -82,6 +82,11 @@
"rmjsonc": "zypper rm -y libjson-c-devel"
},
{
+ "distro": "oraclelinux:8",
+ "artifact_key": "oraclelinux8",
+ "rmjsonc": "dnf remove -y json-c-devel"
+ },
+ {
"distro": "ubuntu:21.10",
"artifact_key": "ubuntu21.10",
"pre": "rm -f /etc/apt/apt.conf.d/docker && apt-get update",