summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPetr Vorel <pvorel@suse.cz>2021-11-10 09:59:49 +0100
committerPetr Vorel <pvorel@suse.cz>2021-11-10 13:52:18 +0100
commit5f3711ef984e4caab0723c48a93cc13d0922fed3 (patch)
tree52edd370c44f504bc4e51cb81d2b0abecde0110b /.github
parentf52b582248f1f870e870a9973621805d969906b4 (diff)
downloadiputils-5f3711ef984e4caab0723c48a93cc13d0922fed3.tar.gz
CI: Add latest CentOS
Currently CentOS 8. That requires to enable powertools repository. Signed-off-by: Petr Vorel <pvorel@suse.cz>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 22ffb57..0cf3cdc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,6 +43,10 @@ jobs:
EXTRA_BUILD_OPTS: "-DUSE_CAP=false -DUSE_IDN=false -DBUILD_ARPING=false -DBUILD_CLOCKDIFF=false -DENABLE_RDISC_SERVER=false -DNINFOD_MESSAGES=false -DNO_SETCAP_OR_SUID=true -DUSE_GETTEXT=false"
# other builds
+ - container: "centos:latest"
+ env:
+ CC: gcc
+
- container: "opensuse/tumbleweed"
env:
CC: gcc