[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta1-22-g45d18b83b
git at osgeo.org
git at osgeo.org
Mon Jul 17 12:49:04 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, master has been updated
via 45d18b83b025c56239355449e8ecedcbe8da93ba (commit)
from 736b1895401da196854dccd0aa892e4f33a24190 (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 45d18b83b025c56239355449e8ecedcbe8da93ba
Author: Sandro Santilli <strk at kbt.io>
Date: Mon Jul 17 21:48:52 2023 +0200
[winnie] Disable path conversion (msys2 has different syntax)
References #5436
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index 670720ffe..fd0036816 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -21,7 +21,7 @@ export PCRE_VER=8.33
# Don't convert paths
# See https://trac.osgeo.org/postgis/ticket/5436#comment:5
-export MSYS_NO_PATHCONV=1
+export MSYS2_ARG_CONV_EXCL=*
if [[ "${ICON_VER}" == '' ]] ; then
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/regress_postgis.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list