[SCM] PostGIS branch master updated. 3.6.0rc2-333-gf23566c23
git at osgeo.org
git at osgeo.org
Tue Feb 10 02:29:23 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, master has been updated
via f23566c23af71ca2d585dcee604c4856ea9d76aa (commit)
via e814337ec00989b92510b60f366a4d7d82bdd518 (commit)
from 3a860ff70a1a29f02ffbbac913e53eb1e5098bc7 (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 f23566c23af71ca2d585dcee604c4856ea9d76aa
Author: Regina Obe <lr at pcorp.us>
Date: Tue Feb 10 05:29:15 2026 -0500
Reduce cpu and ram used on cirrus. Closes #6047
diff --git a/.cirrus.yml b/.cirrus.yml
index e0d05e80b..a7dcf094f 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -5,7 +5,7 @@ task:
env:
CIRRUS_CLONE_DEPTH: 1
CCACHE_DIR: "/tmp/ccache_dir"
- NCPU: 8
+ NCPU: 2
MAKEJOBS: "-j${NCPU}"
CC: "ccache clang"
CXX: "ccache clang++"
@@ -54,7 +54,7 @@ task:
service postgresql onestop
freebsd_instance:
cpu: ${NCPU}
- memory: 24G
+ memory: 8G
matrix:
- name: 14.3-RELEASE
freebsd_instance:
commit e814337ec00989b92510b60f366a4d7d82bdd518
Author: Regina Obe <lr at pcorp.us>
Date: Tue Feb 10 05:24:14 2026 -0500
Add upgrade targets for recently released versions
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index c6cb58055..13476d575 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -71,6 +71,7 @@ UPGRADEABLE_VERSIONS = \
3.0.9 \
3.0.10 \
3.0.11 \
+ 3.0.12 \
3.1.0 \
3.1.1 \
3.1.2 \
@@ -85,6 +86,7 @@ UPGRADEABLE_VERSIONS = \
3.1.10 \
3.1.11 \
3.1.12 \
+ 3.1.13 \
3.2.0 \
3.2.1 \
3.2.2 \
@@ -94,6 +96,7 @@ UPGRADEABLE_VERSIONS = \
3.2.6 \
3.2.7 \
3.2.8 \
+ 3.2.9 \
3.3.0 \
3.3.1 \
3.3.2 \
@@ -103,11 +106,13 @@ UPGRADEABLE_VERSIONS = \
3.3.6 \
3.3.7 \
3.3.8 \
+ 3.3.9 \
3.4.0 \
3.4.1 \
3.4.2 \
3.4.3 \
3.4.4 \
+ 3.4.5 \
3.5.0 \
3.5.1 \
3.5.2 \
@@ -115,4 +120,5 @@ UPGRADEABLE_VERSIONS = \
3.5.4 \
3.6.0 \
3.6.1 \
- 3.6.2dev
+ 3.6.2 \
+ 3.6.3dev
-----------------------------------------------------------------------
Summary of changes:
.cirrus.yml | 4 ++--
extensions/upgradeable_versions.mk | 8 +++++++-
2 files changed, 9 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list