mirror of
https://github.com/curl/curl.git
synced 2026-06-08 01:24:15 +03:00
GHA/distcheck: drop now redundant --disable-docs for autotools jobs
This commit is contained in:
parent
48254f9d06
commit
291475f38e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/distcheck.yml
vendored
4
.github/workflows/distcheck.yml
vendored
|
|
@ -134,7 +134,7 @@ jobs:
|
|||
pushd curl-99.98.97
|
||||
mkdir build
|
||||
pushd build
|
||||
../configure --prefix="$PWD"/curl-install --enable-werror --without-ssl --without-libpsl --disable-docs ac_cv_path_PERL=
|
||||
../configure --prefix="$PWD"/curl-install --enable-werror --without-ssl --without-libpsl ac_cv_path_PERL=
|
||||
make
|
||||
make install
|
||||
curl-install/bin/curl --disable --version
|
||||
|
|
@ -156,7 +156,7 @@ jobs:
|
|||
echo "::stop-commands::$(uuidgen)"
|
||||
tar xvf curl-99.98.97.tar.gz
|
||||
pushd curl-99.98.97
|
||||
./configure --prefix="$PWD"/curl-install --enable-werror --without-ssl --without-libpsl --disable-docs ac_cv_path_PERL=
|
||||
./configure --prefix="$PWD"/curl-install --enable-werror --without-ssl --without-libpsl ac_cv_path_PERL=
|
||||
make
|
||||
make install
|
||||
curl-install/bin/curl --disable --version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue