]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- simdzone-zone-load, ci change.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 17 Oct 2025 11:20:00 +0000 (13:20 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 17 Oct 2025 11:20:00 +0000 (13:20 +0200)
.github/workflows/analysis_ports.yml

index c10007169b87e53f2f5b52d25c5c8c7fdacddc25..56ab04cd994675646546f2da2cbcf0e64e5cf14b 100644 (file)
@@ -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