[postgis-tickets] [SCM] PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots. branch master updated. 85e293b6fbd9e4ffd30514e2f915406ba5d38ccc
git at osgeo.org
git at osgeo.org
Sun Nov 13 19:19:36 PST 2022
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 Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.".
The branch, master has been updated
via 85e293b6fbd9e4ffd30514e2f915406ba5d38ccc (commit)
from 099b8c27ea5bd7a876fcb2483b9b3cc58ec93655 (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 85e293b6fbd9e4ffd30514e2f915406ba5d38ccc
Author: Regina Obe <lr at pcorp.us>
Date: Sun Nov 13 22:19:30 2022 -0500
Wipe out gcc if it is gcc 12.1
diff --git a/windows/mingw64/scripts/build_h3-pg.sh b/windows/mingw64/scripts/build_h3-pg.sh
index 156ea9a..1a9d805 100644
--- a/windows/mingw64/scripts/build_h3-pg.sh
+++ b/windows/mingw64/scripts/build_h3-pg.sh
@@ -7,7 +7,7 @@ set -e
#export LIBXML_VER=2.7.8
#export PGPORT=5443
#export H3PG_VER=
-if [ "$GCC_TYPE" == "tux" ]; then
+if [ "$GCC_TYPE" == "121" ]; then
export GCC_TYPE=
fi
export PROJECTS=/projects
-----------------------------------------------------------------------
Summary of changes:
windows/mingw64/scripts/build_h3-pg.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.
More information about the postgis-tickets
mailing list