[postgis-tickets] r14871 - remove PostgreSQL test
Regina Obe
lr at pcorp.us
Sat Apr 30 12:10:41 PDT 2016
Author: robe
Date: 2016-04-30 12:10:39 -0700 (Sat, 30 Apr 2016)
New Revision: 14871
Modified:
buildbots/windows/mingw64/scripts/build_ogrfdw.sh
Log:
remove PostgreSQL test
Modified: buildbots/windows/mingw64/scripts/build_ogrfdw.sh
===================================================================
--- buildbots/windows/mingw64/scripts/build_ogrfdw.sh 2016-04-28 09:37:36 UTC (rev 14870)
+++ buildbots/windows/mingw64/scripts/build_ogrfdw.sh 2016-04-30 19:10:39 UTC (rev 14871)
@@ -49,6 +49,9 @@
cd ${SOURCE_FOLDER}
#https://docs.google.com/document/d/1qJjiNUleh220so1gwthTtyJuBZj0TD3eDMTql-djCk8/edit?pli=1
make clean
+
+ #remove the pgsql test because we don't build GDAL with PostgreSQL support
+ sed -i 's/pgsql//' Makefile
GDAL_CONFIG="${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}${GCC_TYPE}/bin/gdal-config"
More information about the postgis-tickets
mailing list