Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- oraclelinux:9
- alpine:latest
- archlinux:latest
- clearlinux:latest
- gentoo/stage3:musl-hardened
- gentoo/stage3:hardened
config:
Expand Down Expand Up @@ -81,13 +80,6 @@ jobs:
PACKAGES="git base-devel cmake curl jansson libsodium"
PACKAGES_API="libmicrohttpd"
;;
clearlinux:*)
INSTALL_CMD="swupd bundle-add"
PACKAGES="git c-basic devpkg-curl devpkg-jansson devpkg-libsodium"
PACKAGES_API="devpkg-libmicrohttpd"
PACKAGES_CLANG="llvm"
PACKAGES_GCC='' # included in c-basic
;;
gentoo/*)
PKG_CACHE_DIR='/var/cache/binpkgs'
INIT_CMD='
Expand Down
Loading