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

git at osgeo.org git at osgeo.org
Sun Nov 13 14:10:58 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  9bc0ba52112e899e1934e303335109648f4a2fce (commit)
      from  f2a7c51f74f68d7174b10b418dc1080c25ad2972 (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 9bc0ba52112e899e1934e303335109648f4a2fce
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Nov 13 17:10:54 2022 -0500

    Missed one export

diff --git a/windows/mingw64/scripts/build_h3-pg.sh b/windows/mingw64/scripts/build_h3-pg.sh
index aacc222..7fe31f4 100644
--- a/windows/mingw64/scripts/build_h3-pg.sh
+++ b/windows/mingw64/scripts/build_h3-pg.sh
@@ -31,7 +31,7 @@ export LIBH3_SOURCE=libh3-${LIBH3_VERSION}
 #build directory
 export LIBH3_BUILD=${LIBH3_SOURCE}/build
 git clone --branch ${LIBH3_VERSION} --depth 1 https://github.com/uber/h3 ${LIBH3_SOURCE}
-LIBH3_BUILD = $(LIBH3_SOURCE)/build
+export LIBH3_BUILD=${LIBH3_SOURCE}/build
 #build h3 library
 mkdir -p ${LIBH3_BUILD}
 cd ${LIBH3_BUILD} && cmake \

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

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