[SCM] PostGIS branch master updated. 3.6.0rc2-463-g3be7588bb
git at osgeo.org
git at osgeo.org
Thu Apr 16 06:29:42 PDT 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 3be7588bb843480b45ea352c2fd29b7aa7ad43ff (commit)
from e1524ad9145af2dedf45391a581a8f48436817b7 (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 3be7588bb843480b45ea352c2fd29b7aa7ad43ff
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Apr 16 15:29:06 2026 +0200
[woodie] Fix the configure switch to disable spell checking
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index b68cc13c3..209af1a2a 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -23,7 +23,7 @@ variables:
- cd "$${BUILDDIR}"
- $${SRCDIR}/configure
--with-library-minor-version
- --without-code-spell
+ --disable-spellcheck-tests
--enable-lto
--without-interrupt-tests
--disable-spellcheck-tests
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/regress.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list