We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af3f74 commit c361b37Copy full SHA for c361b37
.github/workflows/build.yaml
@@ -22,7 +22,6 @@ jobs:
22
- oraclelinux:9
23
- alpine:latest
24
- archlinux:latest
25
- - clearlinux:latest
26
- gentoo/stage3:musl-hardened
27
- gentoo/stage3:hardened
28
config:
@@ -81,13 +80,6 @@ jobs:
81
80
PACKAGES="git base-devel cmake curl jansson libsodium"
82
PACKAGES_API="libmicrohttpd"
83
;;
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
- ;;
91
gentoo/*)
92
PKG_CACHE_DIR='/var/cache/binpkgs'
93
INIT_CMD='
0 commit comments