[SCM] PostGIS branch stable-3.5 updated. 3.5.2-29-g07f2a23a5
git at osgeo.org
git at osgeo.org
Tue Apr 22 14:49:04 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 07f2a23a5fb8d0a361e5a4b2079c3c13d6a672d7 (commit)
from dfe21fff97c396d85bafe759462c11f76431120c (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 07f2a23a5fb8d0a361e5a4b2079c3c13d6a672d7
Author: Regina Obe <lr at pcorp.us>
Date: Tue Apr 22 17:48:06 2025 -0400
WOODIE CHANGES
- Use map format for environment variables, non-map is deprecated
- Swicth to universal build
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index e24e74cba..cbf30231d 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -3,7 +3,7 @@ labels:
when:
event: [push, pull_request, tag]
variables:
- test-image: &test-image repo.osgeo.org/postgis/build-test:trisquel11
+ test-image: &test-image repo.osgeo.org/postgis/build-test:universal
steps-env: &steps-env
- export PATH=/usr/lib/postgresql/$${PGVER}/bin:$${PATH}
- export PGPORT=$$(grep ^port /etc/postgresql/$${PGVER}/main/postgresql.conf | awk '{print $$3}')
@@ -63,7 +63,7 @@ steps:
image: *test-image
depends_on: autogen
environment:
- - PGVER=12
+ PGVER: 12
commands:
- <<: *steps-env
- <<: *steps-pg-build
@@ -72,7 +72,7 @@ steps:
image: *test-image
depends_on: autogen
environment:
- - PGVER=17
+ PGVER: 17
commands:
- <<: *steps-env
- <<: *steps-pg-build
@@ -81,7 +81,7 @@ steps:
image: *test-image
depends_on: build-pg12
environment:
- - PGVER=12
+ PGVER: 12
commands:
- <<: *steps-env
- <<: *steps-start-postgresql
@@ -91,7 +91,7 @@ steps:
image: *test-image
depends_on: build-pg17
environment:
- - PGVER=17
+ PGVER: 17
commands:
- <<: *steps-env
- <<: *steps-start-postgresql
@@ -101,7 +101,7 @@ steps:
image: *test-image
depends_on: build-pg12
environment:
- - PGVER=12
+ PGVER: 12
commands:
- <<: *steps-env
- <<: *steps-start-postgresql
@@ -112,7 +112,7 @@ steps:
image: *test-image
depends_on: build-pg17
environment:
- - PGVER=17
+ PGVER: 17
commands:
- <<: *steps-env
- <<: *steps-start-postgresql
@@ -123,7 +123,7 @@ steps:
image: *test-image
depends_on: installcheck-pg12
environment:
- - PGVER=12
+ PGVER: 12
commands:
- <<: *steps-env
- <<: *steps-start-postgresql
@@ -134,7 +134,7 @@ steps:
image: *test-image
depends_on: installcheck-pg17
environment:
- - PGVER=17
+ PGVER: 17
commands:
- <<: *steps-env
- <<: *steps-start-postgresql
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/regress.yml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list