From: W.C.A. Wijngaards Date: Thu, 24 Jun 2021 16:45:42 +0000 (+0200) Subject: Analysis workflow, build libs only. X-Git-Tag: release-1.13.2rc1~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57055d2d89338311e56bf2eb23b162e5456fa2b8;p=thirdparty%2Funbound.git Analysis workflow, build libs only. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index 9f4f814a7..c409245a4 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -270,11 +270,15 @@ jobs: # from the Configure script sed -e 's/use Pod::Usage//' < Configure > Configure.fix ./Configure.fix no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix="/$prepath/openssl" - make + # make the libs only, build faster + #make + make build_libs grep INSTALLTOP= Makefile grep DESTDIR= Makefile grep '\d\a' Makefile - make install_sw + # install the includes and libs only, build faster + #make install_sw + make install_dev cd .. cd unbound ./configure --enable-debug --enable-static-exe --disable-flto "--with-ssl=/$prepath/openssl"