From: W.C.A. Wijngaards Date: Thu, 24 Jun 2021 16:40:14 +0000 (+0200) Subject: Analysis workflow, show topdir from Makefile. X-Git-Tag: release-1.13.2rc1~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a409f82f58876ac621fe13308529b7048a0d7c3d;p=thirdparty%2Funbound.git Analysis workflow, show topdir from Makefile. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index 46f4bc506..9f4f814a7 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -271,10 +271,13 @@ jobs: sed -e 's/use Pod::Usage//' < Configure > Configure.fix ./Configure.fix no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix="/$prepath/openssl" make + grep INSTALLTOP= Makefile + grep DESTDIR= Makefile + grep '\d\a' Makefile make install_sw cd .. cd unbound - ./configure --enable-debug --enable-static-exe --disable-flto "--with-ssl=/c/Program Files/Common Files/SSL" + ./configure --enable-debug --enable-static-exe --disable-flto "--with-ssl=/$prepath/openssl" make make test - name: test_android