agora inbox for [email protected]
help / color / mirror / Atom feedFrom: Andres Freund <[email protected]>
Subject: [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps
Date: Wed, 3 Jun 2026 02:21:51 -0400
--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"
view thread (65+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps
In-Reply-To: <no-message-id-749756@localhost>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox