From: Andres Freund Date: Wed, 3 Jun 2026 02:21:51 -0400 Subject: [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps --asdeps can sometimes lead to fewer packages being installed. --- .github/workflows/pg-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml index e35170956e8..9611686af90 100644 --- a/.github/workflows/pg-ci.yml +++ b/.github/workflows/pg-ci.yml @@ -892,8 +892,8 @@ jobs: # ${MINGW_PACKAGE_PREFIX} is an environment variable used in the # MSYS2. It dynamically expands to the correct prefix for the active # shell environment. - pacman -S --noconfirm --needed \ - git bison flex make diffutils \ + pacman -S --noconfirm --needed --asdeps \ + git bison flex diffutils \ ${MINGW_PACKAGE_PREFIX}-ccache \ ${MINGW_PACKAGE_PREFIX}-gcc \ ${MINGW_PACKAGE_PREFIX}-icu \ -- 2.54.0.380.gc69baaf57b --vphnza2cz5zw5t4a Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v8a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch"