Skip to content

Commit 664abd9

Browse files
committed
ci: Reintroduce openSUSE Tumbleweed testing
This helps with testing newest glibc and future ping testing (openSUSE leap is complicated to install perl modules). Signed-off-by: Petr Vorel <[email protected]>
1 parent 012c807 commit 664abd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
EXTRA_BUILD_OPTS: "-DUSE_CAP=false -DUSE_IDN=false -DBUILD_ARPING=false -DBUILD_CLOCKDIFF=false -DUSE_GETTEXT=false"
5252

5353
# other builds
54+
- container: "opensuse/tumbleweed"
55+
env:
56+
CC: gcc
57+
5458
- container: "opensuse/leap"
5559
env:
5660
CC: clang

0 commit comments

Comments
 (0)