From 7742270e393d5c8993c8fc3c18cd5b27000fc693 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Fri, 17 Oct 2025 13:20:00 +0200 Subject: [PATCH] - simdzone-zone-load, ci change. --- .github/workflows/analysis_ports.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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