[geos-commits] [SCM] GEOS branch 3.8 updated. 8e58a2174059ea513bbd70fae90185e40bb1c764

git at osgeo.org git at osgeo.org
Sat Oct 30 20:30:19 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.8 has been updated
       via  8e58a2174059ea513bbd70fae90185e40bb1c764 (commit)
      from  0d8a252ed2a72b89903115f57b9045c45bbff268 (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 8e58a2174059ea513bbd70fae90185e40bb1c764
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Sat Oct 30 20:30:14 2021 -0700

    remove unsupported chains

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 50afd2edd..4ce0c0160 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