[geos-commits] [SCM] GEOS branch 3.9 updated. ec30c064cdd3dfdb60991e402ffd3ace815b2f1b

git at osgeo.org git at osgeo.org
Sat Oct 30 20:29:40 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 "GEOS".

The branch, 3.9 has been updated
       via  ec30c064cdd3dfdb60991e402ffd3ace815b2f1b (commit)
      from  f44f0828fd40c85f8bd74673ee7227696a1c96e5 (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 ec30c064cdd3dfdb60991e402ffd3ace815b2f1b
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Sat Oct 30 20:29:35 2021 -0700

    remove unsupported chains

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index f17a5b4c5..6b43233a9 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -47,14 +47,6 @@ stages:
           CXXSTD: 11
           CXX: g++-5
           PACKAGES: g++-5
-        GCC 4.9:
-          CXXSTD: 11
-          CXX: g++-4.9
-          PACKAGES: g++-4.9
-        GCC 4.8:
-          CXXSTD: 11
-          CXX: g++-4.8
-          PACKAGES: g++-4.8
         Clang 8:
           CXXSTD: 11, 14, 17, 20
           CXX: clang++-8
@@ -84,22 +76,6 @@ stages:
           CXXSTD: 11, 14
           CXX: clang++-3.9
           PACKAGES: clang-3.9
-        Clang 3.8:
-          CXX: clang++-3.8
-          CXXSTD: 11, 14
-          PACKAGES: clang-3.8
-        Clang 3.7:
-          CXXSTD: 11
-          CXX: clang++-3.7
-          PACKAGES: clang-3.7
-        Clang 3.6:
-          CXXSTD: 11
-          CXX: clang++-3.6
-          PACKAGES: clang-3.6
-        Clang 3.5:
-          CXXSTD: 11
-          CXX: clang++-3.5
-          PACKAGES: clang-3.5
     steps:
     - script: |
         set -e

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

Summary of changes:
 .azure-pipelines.yml | 24 ------------------------
 1 file changed, 24 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list