[postgis-tickets] [SCM] PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots. branch master updated. c7c4f2a4d2182f91d0ee02fdaba148c440146a19

git at osgeo.org git at osgeo.org
Sun Dec 6 21:45:41 PST 2020


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  c7c4f2a4d2182f91d0ee02fdaba148c440146a19 (commit)
      from  a3950db3e6fbbe94cc73dbdc4925caca1f68c488 (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 c7c4f2a4d2182f91d0ee02fdaba148c440146a19
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Dec 7 00:45:35 2020 -0500

    More steps needed to force upgrade and get pgTap working

diff --git a/freebsd/bessie32_setup.txt b/freebsd/bessie32_setup.txt
index 72c8a12..1ca827c 100644
--- a/freebsd/bessie32_setup.txt
+++ b/freebsd/bessie32_setup.txt
@@ -98,14 +98,6 @@ pkg install cmake #install needed for building pgrouting and sfcgal in future
 #for code coverage testing
 sudo pkg install lcov
 
-#for pgtap tests needed for pgrouting
-git clone https://github.com/theory/pgtap.git
-cd pgtap
-gmake
-sudo gmake install
-sudo gmake installcheck PGUSER=postgres
-sudo cpan TAP::Parser::SourceHandler::pgTAP
-
 #reboot
 shutdown -r now
 
@@ -149,5 +141,19 @@ chmod +x portmaster
 sh portmaster pkg
 
 #then repeat with 
-pkg update
-pkg upgrade
\ No newline at end of file
+pkg update -f
+pkg upgrade
+reboot
+
+#for pgtap tests needed for pgrouting
+git clone https://github.com/theory/pgtap.git
+cd pgtap
+git pull
+gmake
+pkg search postgresql #shows all postgresql
+pkg install postgresql11-contrib #needed to get citext 
+#   -Wl,-rpath=/usr/local/lib/gcc9
+
+sudo gmake install
+sudo gmake installcheck PGUSER=postgres
+sudo cpan TAP::Parser::SourceHandler::pgTAP
\ No newline at end of file

-----------------------------------------------------------------------

Summary of changes:
 freebsd/bessie32_setup.txt | 26 ++++++++++++++++----------
 1 file changed, 16 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.


More information about the postgis-tickets mailing list