agora inbox for pgsql-hackers@postgresql.orghelp / color / mirror / Atom feed
[PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps 496+ messages / 1 participants [nested] [flat]
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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 --lyfxwjjve3vodszg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v9a-0009-ci-mingw-Don-t-rely-on-zstd-implicitly-being-ins.patch" ^ permalink raw reply [nested|flat] 496+ messages in thread
* [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps @ 2026-06-03 06:21 Andres Freund <andres@anarazel.de> 0 siblings, 0 replies; 496+ messages in thread From: Andres Freund @ 2026-06-03 06:21 UTC (permalink / raw) --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" ^ permalink raw reply [nested|flat] 496+ messages in thread
end of thread, other threads:[~2026-06-03 06:21 UTC | newest] Thread overview: 496+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v9a 08/22] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de> 2026-06-03 06:21 [PATCH v8a 08/14] ci: mingw: Don't install make, use --asdeps Andres Freund <andres@anarazel.de>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox