[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0beta1-6-gf54850681

git at osgeo.org git at osgeo.org
Wed Oct 27 08:48:50 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  f54850681cdea539141586e1a12bd6e0627baa11 (commit)
       via  81bbb9abbeeebf03a2a36fee8cfb32a93c3bf83c (commit)
       via  1821d309fd0962135ca3e5909454edbcaa839287 (commit)
       via  101d4642c1d32e99d860af38f6d9b3d723bd07fb (commit)
      from  df88c3dba84355b44b85d852753bc8459f0a6ebc (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 f54850681cdea539141586e1a12bd6e0627baa11
Merge: df88c3dba 81bbb9abb
Author: leoregina <lr at pcorp.us>
Date:   Wed Oct 27 11:48:39 2021 -0400

    Merge remote-tracking branch 'bartoletti/freebsd_ci'


commit 81bbb9abbeeebf03a2a36fee8cfb32a93c3bf83c
Author: Loïc Bartoletti <loic.bartoletti at oslandia.com>
Date:   Mon Sep 27 14:19:34 2021 +0200

    change order and remove useless upgrade

diff --git a/.cirrus.yml b/.cirrus.yml
index 3d19f6125..265633c79 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -5,8 +5,8 @@ freebsd_instance:
 
 task:
   install_script:
-    - ASSUME_ALWAYS_YES=yes pkg bootstrap -f ; pkg upgrade -y
     - sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
+    - ASSUME_ALWAYS_YES=yes pkg bootstrap -f
     - pkg install -y bison postgresql12-server gmake libxml2 autoconf automake libtool pkgconf iconv pcre proj gdal sfcgal geos libxslt cunit protobuf-c json-c postgresql12-contrib
 
   patch_script:

commit 1821d309fd0962135ca3e5909454edbcaa839287
Author: Loïc Bartoletti <loic.bartoletti at oslandia.com>
Date:   Mon Sep 27 14:18:31 2021 +0200

    remove useless parts

diff --git a/.cirrus.yml b/.cirrus.yml
index 3ed7d6656..3d19f6125 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -4,13 +4,6 @@ freebsd_instance:
   memory: 16G
 
 task:
-  timeout_in: 320m
-  sysinfo_script:
-    - mount
-    - df -h
-    - sysctl hw.model hw.ncpu hw.physmem
-    - freebsd-version
-
   install_script:
     - ASSUME_ALWAYS_YES=yes pkg bootstrap -f ; pkg upgrade -y
     - sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf

commit 101d4642c1d32e99d860af38f6d9b3d723bd07fb
Author: Loïc Bartoletti <loic.bartoletti at oslandia.com>
Date:   Mon Sep 27 14:04:04 2021 +0200

    Add cirrus_ci for FreeBSD

diff --git a/.cirrus.yml b/.cirrus.yml
new file mode 100644
index 000000000..3ed7d6656
--- /dev/null
+++ b/.cirrus.yml
@@ -0,0 +1,41 @@
+freebsd_instance:
+  image: freebsd-12-2-release-amd64
+  cpu: 8
+  memory: 16G
+
+task:
+  timeout_in: 320m
+  sysinfo_script:
+    - mount
+    - df -h
+    - sysctl hw.model hw.ncpu hw.physmem
+    - freebsd-version
+
+  install_script:
+    - ASSUME_ALWAYS_YES=yes pkg bootstrap -f ; pkg upgrade -y
+    - sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
+    - pkg install -y bison postgresql12-server gmake libxml2 autoconf automake libtool pkgconf iconv pcre proj gdal sfcgal geos libxslt cunit protobuf-c json-c postgresql12-contrib
+
+  patch_script:
+    # will be removed
+    - 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-gdalconfig=/usr/local/bin/gdal-config --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`"
+  build_script:
+    - gmake -j8
+  check_script:
+    - gmake -j8 check
+    - gmake -j8 install
+    - gmake -j8 check RUNTESTFLAGS="-v --extension"
+    - gmake -j8 check RUNTESTFLAGS="-v --dumprestore"
+  matrix:
+    - name: freebsd12-amd64
+      freebsd_instance:
+          image: freebsd-12-2-release-amd64
+    - name: freebsd13-amd64
+      freebsd_instance:
+          image: freebsd-13-0-release-amd64

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

Summary of changes:
 .cirrus.yml | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 .cirrus.yml


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list