]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
ci: Use optimized build for mingw
authorAndres Freund <andres@anarazel.de>
Fri, 17 Jul 2026 15:43:52 +0000 (11:43 -0400)
committerAndres Freund <andres@anarazel.de>
Fri, 17 Jul 2026 15:49:27 +0000 (11:49 -0400)
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@gmail.com>
Discussion: https://postgr.es/m/a2ejn7lfqolutzz7kozalbhy3bixdrujb4buc3pgbtlk4am2ba@wbv6v7riia33
Backpatch-through: 19, where GHA CI was added

.github/workflows/pg-ci.yml

index 5bc5292d2a55c9f7ddec9cae27844906d242eaad..b1731cf40cd0ae17e4b4a6c2f9e971db2d7a8485 100644 (file)
@@ -1123,7 +1123,7 @@ jobs:
         run: |
           meson setup \
             ${{env.MESON_COMMON_PG_CONFIG_ARGS}} \
-            -Ddebug=true -Doptimization=g -Db_pch=true \
+            -Db_pch=true \
             ${{env.MESON_COMMON_FEATURES}} \
             ${{env.MESON_FEATURES}} \
             -DTAR=${{env.TAR}} \