[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.9-2-gd74776acf
git at osgeo.org
git at osgeo.org
Sun Jun 18 19:09:53 PDT 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.0 has been updated
via d74776acf16e9ced9c2eba9566cff5cedc584eaa (commit)
from 661c0db14ccfed9e50aa1081913d8ec75727b91c (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 d74776acf16e9ced9c2eba9566cff5cedc584eaa
Author: Regina Obe <lr at pcorp.us>
Date: Sun Jun 18 22:09:47 2023 -0400
Try to force doc building to use PG 12 instead of PG 15
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 3dd4d17b4..3baeb113c 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -2,6 +2,7 @@ pipeline:
build:
image: docker.osgeo.org/postgis/build-test:trisquel3
commands:
+ - export PATH=/usr/lib/postgresql/12/bin:$PATH
- ./autogen.sh
- PGVER=12 ./configure
- make docs
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/docs.yml | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list