File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
os :
14
+ - gentoo/stage3:musl-hardened
14
15
- gentoo/stage3:hardened
15
16
config :
16
17
- cmake_args : " -DENABLE_API=ON -DCMAKE_C_COMPILER=gcc"
90
91
'
91
92
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"
92
93
PACKAGES="dev-vcs/git dev-build/cmake net-misc/curl dev-libs/jansson dev-libs/libsodium virtual/pkgconfig app-portage/gentoolkit"
94
+ [[ "${{ matrix.os }}" =~ musl ]] && PACKAGES="$PACKAGES sys-libs/argp-standalone"
93
95
PACKAGES_API="net-libs/libmicrohttpd"
94
96
PACKAGES_CLANG="llvm-core/clang"
95
97
POSTINSTALL_CMD='
You can’t perform that action at this time.
0 commit comments