pgsql: ci: Use optimized build for mingw

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: Use optimized build for mingw
Date: 2026-07-17 16:19:30
Message-ID: E1wklHe-000eB7-0M@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: Use optimized build for mingw

The test runtime dominates over the compile time on GHA. Note that we just
need to remove options, as postgres's default is debugoptimized.

Reviewed-by: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Discussion: https://postgr.es/m/a2ejn7lfqolutzz7kozalbhy3bixdrujb4buc3pgbtlk4am2ba@wbv6v7riia33
Backpatch-through: 19, where GHA CI was added

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/47a20d872bf71ca8b37884c8126c529b67a12cd5

Modified Files
--------------
.github/workflows/pg-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2026-07-17 16:19:31 pgsql: ci: Generate crashlogs on Windows
Previous Message Andres Freund 2026-07-17 15:27:37 pgsql: meson: Fix ccache issues when using precompiled headers with gcc