summaryrefslogtreecommitdiffstats
path: root/.github/scripts
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/scripts
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/scripts')
-rwxr-xr-x.github/scripts/pkg-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/scripts/pkg-test.sh b/.github/scripts/pkg-test.sh
index 7124d7b82a..196fefa999 100755
--- a/.github/scripts/pkg-test.sh
+++ b/.github/scripts/pkg-test.sh
@@ -98,7 +98,7 @@ case "${DISTRO}" in
debian | ubuntu)
install_debian_like
;;
- fedora)
+ fedora | oraclelinux)
install_fedora_like
;;
centos)