]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Analysis workflow, build libs only.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 16:45:42 +0000 (18:45 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 16:45:42 +0000 (18:45 +0200)
.github/workflows/analysis_ports.yml

index 9f4f814a7f29e203013a956b0f33d70d8f6f4d03..c409245a426fac2b796c507322350f04857f7cd0 100644 (file)
@@ -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"