[SCM] PostGIS branch stable-3.4 updated. 3.4.5-4-g86e45c71c

git at osgeo.org git at osgeo.org
Sat Feb 14 17:10:56 PST 2026


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.4 has been updated
       via  86e45c71c55b00b62c64a51d081ffff0a896222c (commit)
      from  bab211339ad29a8a605cf1aeae7dbd641fea87b2 (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 86e45c71c55b00b62c64a51d081ffff0a896222c
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Feb 14 20:09:27 2026 -0500

    CIRRUS config changes
    - Get rid of variable ${NCPU} and replace with 4
      to fix parse error
    - Change freebsd to 14-3 as 14.2 is no longer available
    
    Closes #6047 for PostGIS 3.4

diff --git a/.cirrus.yml b/.cirrus.yml
index 51e64211c..42dd269fb 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -29,9 +29,9 @@ task:
     - service postgresql onestop
 
   freebsd_instance:
-    cpu: ${NCPU}
-    memory: 24G
+    cpu: 4
+    memory: 16G
   matrix:
-    - name: 14.2-RELEASE
+    - name: 14.3-RELEASE
       freebsd_instance:
-        image_family: freebsd-14-2
+        image_family: freebsd-14-3

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list