[SCM] PostGIS branch stable-3.6 updated. 3.6.4-84-g4d17da017
git at osgeo.org
git at osgeo.org
Mon Jul 20 08:21:52 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, stable-3.6 has been updated
via 4d17da017d2269263f8c77cc5218b4a58c022fd3 (commit)
via 0542bf7c2bcce47ab38ccf8d68ca69f5e89c8f45 (commit)
from 2aeb7f634f1484b0b27154559704edd6fb7f136e (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 4d17da017d2269263f8c77cc5218b4a58c022fd3
Merge: 2aeb7f634 0542bf7c2
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date: Mon Jul 20 08:21:50 2026 -0700
Merge pull request 'ci: disable LTO in stable 3.6 Woodie regress' (!475) from Komzpa/postgis:fix/stable-3.6-woodie-no-lto-20260720 into stable-3.6
commit 0542bf7c2bcce47ab38ccf8d68ca69f5e89c8f45
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Mon Jul 20 17:08:41 2026 +0400
ci: disable LTO in stable 3.6 Woodie regress
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index eb69bbb24..c5264d487 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -24,10 +24,10 @@ variables:
steps-pg-build: &steps-pg-build
- mkdir -p "$${BUILDDIR}"
- cd "$${BUILDDIR}"
+ # GCC 11 can ICE while relinking PGXS modules with LTO during installcheck.
- $${SRCDIR}/configure
--with-library-minor-version
- --enable-lto
- --enable-lto
+ --disable-lto
CFLAGS="-O2 -Wall -fno-omit-frame-pointer -Werror"
- make -j
steps-pg-test-preinstall: &steps-pg-test-preinstall
-----------------------------------------------------------------------
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