[SCM] PostGIS branch stable-3.5 updated. 3.5.3-61-g0c129aefa

git at osgeo.org git at osgeo.org
Thu Oct 2 09:50:52 PDT 2025


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, stable-3.5 has been updated
       via  0c129aefaa77ccc0c0537006009c3362a00027d3 (commit)
      from  acb45a0e79760135209ef30ace18af7761a48e99 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0c129aefaa77ccc0c0537006009c3362a00027d3
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Oct 2 09:50:46 2025 -0700

    Match cirrus config to working 3.6 entry

diff --git a/.cirrus.yml b/.cirrus.yml
index c2490f510..c1eaaf1c9 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -49,15 +49,12 @@ task:
     - service postgresql onestop
 
   freebsd_instance:
-    cpu: 8
-    memory: 24g
+    cpu: ${NCPU}
+    memory: 24G
   matrix:
-    # - name: 14-CURRENT
-    #   freebsd_instance:
-    #     image_family: freebsd-14-0-snap
-    - name: 13.2-RELEASE
+    - name: 14.2-RELEASE
       freebsd_instance:
-        image_family: freebsd-13-2
+        image_family: freebsd-14-2
 
 task:
   name: macOS

-----------------------------------------------------------------------

Summary of changes:
 .cirrus.yml | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list