Skip to content

Commit c361b37

Browse files
committed
CI: Drop non-functional Clear Linux
1 parent 3af3f74 commit c361b37

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- oraclelinux:9
2323
- alpine:latest
2424
- archlinux:latest
25-
- clearlinux:latest
2625
- gentoo/stage3:musl-hardened
2726
- gentoo/stage3:hardened
2827
config:
@@ -81,13 +80,6 @@ jobs:
8180
PACKAGES="git base-devel cmake curl jansson libsodium"
8281
PACKAGES_API="libmicrohttpd"
8382
;;
84-
clearlinux:*)
85-
INSTALL_CMD="swupd bundle-add"
86-
PACKAGES="git c-basic devpkg-curl devpkg-jansson devpkg-libsodium"
87-
PACKAGES_API="devpkg-libmicrohttpd"
88-
PACKAGES_CLANG="llvm"
89-
PACKAGES_GCC='' # included in c-basic
90-
;;
9183
gentoo/*)
9284
PKG_CACHE_DIR='/var/cache/binpkgs'
9385
INIT_CMD='

0 commit comments

Comments
 (0)