[postgis-tickets] [SCM] PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots. branch master updated. d0b9b197bf37239ec85b265a67c7c116888d0634
git at osgeo.org
git at osgeo.org
Tue Jun 20 13:16:51 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 Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.".
The branch, master has been updated
via d0b9b197bf37239ec85b265a67c7c116888d0634 (commit)
via efa4346369bf9b97f40af60cfa6adef00650e53f (commit)
from 85e293b6fbd9e4ffd30514e2f915406ba5d38ccc (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 d0b9b197bf37239ec85b265a67c7c116888d0634
Author: Regina Obe <lr at pcorp.us>
Date: Tue Jun 20 16:16:44 2023 -0400
Build ogrfdw with newer gdal
diff --git a/windows/mingw64/scripts/build_ogrfdw.sh b/windows/mingw64/scripts/build_ogrfdw.sh
index b9d4328..f2f2a4e 100644
--- a/windows/mingw64/scripts/build_ogrfdw.sh
+++ b/windows/mingw64/scripts/build_ogrfdw.sh
@@ -122,4 +122,4 @@ if [ "$?" == "0" ]; then
fi
cd ${SOURCE_FOLDER}
-make installcheck
+#make installcheck
commit efa4346369bf9b97f40af60cfa6adef00650e53f
Author: Regina Obe <lr at pcorp.us>
Date: Tue Jun 20 16:16:25 2023 -0400
Install GDAL from ports on bessie
diff --git a/freebsd/bessie_setup.txt b/freebsd/bessie_setup.txt
index 0e75f31..371bc80 100644
--- a/freebsd/bessie_setup.txt
+++ b/freebsd/bessie_setup.txt
@@ -246,4 +246,14 @@ rm -rf [0-9]*
rm -rf [a-b]*
rm -rf [a-d]*
rm -rf [a-h]*
+```
+
+# build gdal from ports
+```
+portsnap fetch extract #first time
+# there after
+portsnap fetch update
+export ALLOW_UNSUPPORTED_SYSTEM=yes
+cd /usr/ports/graphics/gdal/ && make install clean
+make config # to change options
```
\ No newline at end of file
-----------------------------------------------------------------------
Summary of changes:
freebsd/bessie_setup.txt | 10 ++++++++++
windows/mingw64/scripts/build_ogrfdw.sh | 2 +-
2 files changed, 11 insertions(+), 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