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

index 060623f96bbd16b3f8793317ab324be0a729b01e..82c26a26b23d14c8166fdb2b473c1c63adfdf5a9 100644 (file)
@@ -214,8 +214,24 @@ jobs:
           ls -l '/c/ProgramData/Chocolatey/lib/rtools' || echo nevermind
           echo '/c/ProgramData/Chocolatey/lib/rtools/tools'
           ls -l '/c/ProgramData/Chocolatey/lib/rtools/tools' || echo nevermind
+          echo '/c/Users/Default'
+          ls -l '/c/Users/Default' || echo nevermind
           echo PATH="$PATH"
-          ./configure --enable-debug --enable-static-exe --disable-flto
+          echo pwd
+          pwd
+          cd ..
+          echo 'ls ..'
+          ls
+          mkdir openssl
+          curl -L -k -s -S -o openssl-1.1.1j.tar.gz https://www.openssl.org/source/openssl-1.1.1j.tar.gz
+          tar xzf openssl-1.1.1j.tar.gz
+          cd openssl-1.1.1j
+          ./Configure no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix="/c/Users/Default/openssl"
+          make
+          make install_sw
+          cd ..
+          cd unbound
+          ./configure --enable-debug --enable-static-exe --disable-flto --with-ssl=/c/Users/Default/openssl
           make
           make test
       - name: test_android