[SCM] PostGIS branch stable-3.4 updated. 3.4.1-23-g35da0957f
git at osgeo.org
git at osgeo.org
Thu Dec 28 10:51:09 PST 2023
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 35da0957f6b1f6e7d3024faf09a527c5e4dcf6f4 (commit)
from 71d622809b8c9f36582caac817c66f62de2d53bf (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 35da0957f6b1f6e7d3024faf09a527c5e4dcf6f4
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Dec 28 19:51:12 2023 +0100
[woodie] Do not test with unprivileged user
References #5651 in 3.4 branch
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index 9bab2df95..51d58d819 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -3,9 +3,9 @@ variables:
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}')
- - export POSTGIS_REGRESS_DB_OWNER=postgis_reg_unprivileged_user
- - export RUNTESTFLAGS="-v"
+ #- export POSTGIS_REGRESS_DB_OWNER=postgis_reg_unprivileged_user
#- export RUNTESTFLAGS="-v --after-create-db-script $${CI_WORKSPACE}/regress/hooks/configure-pgextwlist.sql"
+ - export RUNTESTFLAGS="-v"
- export SRCDIR=$${CI_WORKSPACE}
- export BUILDDIR=$${SRCDIR}/build/pg$${PGVER}
- export CURRENTVERSION=$$(grep '^POSTGIS_' $${SRCDIR}/Version.config | cut -d= -f2 | paste -sd '.')
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/regress.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list