[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-731-gf1e368fb3

git at osgeo.org git at osgeo.org
Mon Apr 17 05:46:42 PDT 2023


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  f1e368fb3d7b3835e1c83d4e2d6aa8d444a22014 (commit)
      from  49b636e4a02116a99c0c42338abf2c0a49b98cc0 (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 f1e368fb3d7b3835e1c83d4e2d6aa8d444a22014
Author: Loïc Bartoletti <loic.bartoletti at oslandia.com>
Date:   Mon Apr 17 10:33:29 2023 +0200

    Update and fix CI
    
    FreeBSD 12.3 uses Clang 10 by default. However, there is a new warning
    flags: -Wnocompound-token-split-by-macro. But, this FreeBSD version will
    be EOL at 2023-12-31. So it doesn't worth to fix it. rm is a good fix.
    
    BTW, update FreeBSD 13 to 13.2.

diff --git a/.cirrus.yml b/.cirrus.yml
index ffc512491..8e27dd7fb 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -35,10 +35,6 @@ task:
     # - name: 14-CURRENT
     #   freebsd_instance:
     #     image_family: freebsd-14-0-snap
-    - name: 13.1-RELEASE
+    - name: 13.2-RELEASE
       freebsd_instance:
-        image_family: freebsd-13-1
-   # - name: 12.3-RELEASE
-   #   freebsd_instance:
-   #     image_family: freebsd-12-3
-
+        image_family: freebsd-13-2

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

Summary of changes:
 .cirrus.yml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list