]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- simdzone-zone-load, fix ci, autoreconf on windows.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 16 Oct 2025 13:11:04 +0000 (15:11 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 16 Oct 2025 13:11:04 +0000 (15:11 +0200)
.github/workflows/analysis_ports.yml

index 61651df19cee57a8c5be45067865d003ec3f62bf..599503be5eab5d1ffab00e8336c125a489a59e44 100644 (file)
@@ -253,13 +253,8 @@ jobs:
           cd ..
           echo "unbound"
           cd unbound
-          echo 'PATH="/c/msys64/usr/bin:$PATH" autoreconf -fi'
-          PERL="C:/msys64/usr/bin/perl" PATH="/c/msys64/usr/bin:$PATH" autoreconf -fi || echo "ignored."
-          echo "or:"
-          echo 'PATH="C:/msys64/usr/bin;$PATH" autoreconf -fi'
-          PATH="C:/msys64/usr/bin;$PATH" autoreconf -fi || echo "ignored"
-          echo "C:/msys64/usr/bin/bash.exe autoreconf -fi"
-          C:/msys64/usr/bin/bash.exe -c "autoreconf -fi"
+          echo 'autoreconf -fi'
+          PERL5LIB="/c/msys64/usr/share/autoconf-2.71;/c/msys64/usr/share/autoconf" PERL="C:/msys64/usr/bin/perl" PATH="/c/msys64/usr/bin:$PATH" autoreconf -fi
           echo "./configure --enable-debug --enable-static-exe --disable-flto \"--with-ssl=$prepath/openssl\" --with-libexpat=\"$prepath/expat\" --disable-shared"
           ./configure --enable-debug --enable-static-exe --disable-flto "--with-ssl=$prepath/openssl" --with-libexpat="$prepath/expat" --disable-shared
           make