Skip to content

Commit 3af3f74

Browse files
committed
CI: Build for Gentoo musl
1 parent 30b2023 commit 3af3f74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- alpine:latest
2424
- archlinux:latest
2525
- clearlinux:latest
26+
- gentoo/stage3:musl-hardened
2627
- gentoo/stage3:hardened
2728
config:
2829
- cmake_args: "-DENABLE_API=ON -DCMAKE_C_COMPILER=gcc"
@@ -107,6 +108,7 @@ jobs:
107108
'
108109
INSTALL_CMD="emerge -1 sec-keys/openpgp-keys-gentoo-release && getuto && cat /etc/portage/make.conf && USE='-perl -extra -static-analyzer -compiler-rt -openmp -sanitize -adns -alt-svc -ftp -hsts -http2 -http3 -imap -pop3 -progress-meter -psl -quic -curl_quic_openssl -smtp -tftp -websockets -nls' emerge -vuDtkg1 --noreplace --jobs=\$(nproc) --buildpkg"
109110
PACKAGES="dev-vcs/git dev-build/cmake net-misc/curl dev-libs/jansson dev-libs/libsodium virtual/pkgconfig app-portage/gentoolkit"
111+
[[ "${{ matrix.os }}" =~ musl ]] && PACKAGES="$PACKAGES sys-libs/argp-standalone"
110112
PACKAGES_API="net-libs/libmicrohttpd"
111113
PACKAGES_CLANG="llvm-core/clang"
112114
POSTINSTALL_CMD='

0 commit comments

Comments
 (0)