From: W.C.A. Wijngaards Date: Fri, 17 Oct 2025 11:20:00 +0000 (+0200) Subject: - simdzone-zone-load, ci change. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7742270e393d5c8993c8fc3c18cd5b27000fc693;p=thirdparty%2Funbound.git - simdzone-zone-load, ci change. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index c10007169..56ab04cd9 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -262,8 +262,11 @@ jobs: mount -o bind /c/msys64/usr /usr || echo "ignored" echo 'autoreconf -fi' PATH="/c/msys64/usr/bin:$PATH" autoreconf -fi || echo "ignored" - echo 'autoreconf -fi with paths' - PERL5LIB="/c/msys64/usr/share/autoconf-2.71:/c/msys64/usr/share/autoconf:/c/msys64/usr/share/automake-1.16:/c/msys64/usr/share/automake" PERL="C:/msys64/usr/bin/perl" PATH="/c/msys64/usr/bin:$PATH" autoreconf -fi + #echo 'autoreconf -fi with paths' + #PERL5LIB="/c/msys64/usr/share/autoconf-2.71:/c/msys64/usr/share/autoconf:/c/msys64/usr/share/automake-1.16:/c/msys64/usr/share/automake" PERL="C:/msys64/usr/bin/perl" PATH="/c/msys64/usr/bin:$PATH" autoreconf -fi + # the /usr/share use is done, remove the mount. + echo "umount /c/msys64/usr" + umount /c/msys64/usr 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