From edbe142e3c0cbe8f21ae9dadacfa99a3b1a11c38 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 31 Jul 2025 18:22:46 +0200 Subject: [PATCH] GHA/distcheck: disable perl without sudo, streamline --- .github/workflows/distcheck.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/distcheck.yml b/.github/workflows/distcheck.yml index 0bfc40c81b..8bf58cd9c7 100644 --- a/.github/workflows/distcheck.yml +++ b/.github/workflows/distcheck.yml @@ -134,8 +134,7 @@ jobs: pushd curl-99.98.97 mkdir build pushd build - export ac_cv_path_PERL= - ../configure --prefix="$PWD"/curl-install --enable-werror --without-ssl --without-libpsl --disable-docs + ../configure --prefix="$PWD"/curl-install --enable-werror --without-ssl --without-libpsl --disable-docs ac_cv_path_PERL= make make install curl-install/bin/curl --disable --version @@ -157,8 +156,7 @@ jobs: echo "::stop-commands::$(uuidgen)" tar xvf curl-99.98.97.tar.gz pushd curl-99.98.97 - export ac_cv_path_PERL= - ./configure --prefix="$PWD"/curl-install --enable-werror --without-ssl --without-libpsl --disable-docs + ./configure --prefix="$PWD"/curl-install --enable-werror --without-ssl --without-libpsl --disable-docs ac_cv_path_PERL= make make install curl-install/bin/curl --disable --version