[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0beta1-10-g74a13ad07
git at osgeo.org
git at osgeo.org
Sat Oct 30 18:55:57 PDT 2021
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".
The branch, master has been updated
via 74a13ad07b0006a283bc87f93b91125ea1ada357 (commit)
from 4182f5835572fe93c44aa5545657932a194d6d6e (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 74a13ad07b0006a283bc87f93b91125ea1ada357
Author: leoregina <lr at pcorp.us>
Date: Sat Oct 30 21:55:52 2021 -0400
Disable raster testing on cirrus-ci as it just can't find gdal
diff --git a/.cirrus.yml b/.cirrus.yml
index 1332dc339..9d0191c6c 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -14,7 +14,7 @@ task:
- find . -name "*.pl" | xargs sed -i -r 's|/usr/bin/perl|/usr/bin/env perl|'
configure_script:
- ./autogen.sh
- - ./configure PKG_CONFIG=/usr/local/bin/pkgconf CFLAGS="-isystem /usr/local/include -Wall -fno-omit-frame-pointer -Werror" LDFLAGS="-L/usr/local/lib" --with-libiconv-prefix=/usr/local --without-gui --without-interrupt-tests --with-topology --with-sfcgal=/usr/local/bin/sfcgal-config --with-address-standardizer --with-protobuf
+ - ./configure PKG_CONFIG=/usr/local/bin/pkgconf CFLAGS="-isystem /usr/local/include -Wall -fno-omit-frame-pointer -Werror" LDFLAGS="-L/usr/local/lib" --with-libiconv-prefix=/usr/local --without-gui --without-interrupt-tests --with-topology --without-raster --with-sfcgal=/usr/local/bin/sfcgal-config --with-address-standardizer --with-protobuf
- service postgresql oneinitdb
- service postgresql onestart
- su -l postgres -c "createuser -s `whoami`"
-----------------------------------------------------------------------
Summary of changes:
.cirrus.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list