[SCM] PostGIS branch stable-3.4 updated. 3.4.4-54-g4a1fca438
git at osgeo.org
git at osgeo.org
Thu Oct 2 09:51:38 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.4 has been updated
via 4a1fca43891ff3b191abf23a47a698611e0632e4 (commit)
from 567d074fb45efe85825cf32a7b63b74154ff0421 (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 4a1fca43891ff3b191abf23a47a698611e0632e4
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Oct 2 09:51:31 2025 -0700
Match cirrus config to working 3.6 entry
diff --git a/.cirrus.yml b/.cirrus.yml
index 26b3c8ab9..c0386ff35 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -29,12 +29,9 @@ 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
-----------------------------------------------------------------------
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