[geos-commits] [SCM] GEOS branch main updated. bc2b99b424d75787dfcc99438c2b5ead2fc4757c

git at osgeo.org git at osgeo.org
Sun Oct 31 12:28:32 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, main has been updated
       via  bc2b99b424d75787dfcc99438c2b5ead2fc4757c (commit)
      from  ac5c4918a6cf81195e7206fd01f95c1c59824c3a (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 bc2b99b424d75787dfcc99438c2b5ead2fc4757c
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Sun Oct 31 12:28:28 2021 -0700

    strip out old gcc/clang not available on focal

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index d5df96354..f756b5af5 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -53,18 +53,18 @@ stages:
         #   CXXSTD: 11
         #   CXX: g++-7
         #   PACKAGES: g++-7
-        GCC 6:
-          CXXSTD: 11
-          CXX: g++-6
-          PACKAGES: g++-6
+        # GCC 6:
+        #   CXXSTD: 11
+        #   CXX: g++-6
+        #   PACKAGES: g++-6
         # GCC 5:
         #   CXXSTD: 11
         #   CXX: g++-5
         #   PACKAGES: g++-5
-        GCC 4.8:
-          CXXSTD: 11
-          CXX: g++-4.8
-          PACKAGES: g++-4.8
+        # GCC 4.8:
+        #   CXXSTD: 11
+        #   CXX: g++-4.8
+        #   PACKAGES: g++-4.8
         Clang 12:
           CXXSTD: 11, 20
           CXX: clang++-12
@@ -85,16 +85,16 @@ stages:
           CXX: clang++-9
           PACKAGES: clang-9
           LLVM_REPO: llvm-toolchain-focal-9
-        Clang 8:
-          CXXSTD: 11
-          CXX: clang++-8
-          PACKAGES: clang-8
-          LLVM_REPO: llvm-toolchain-focal-8
-        Clang 7:
-          CXXSTD: 11
-          CXX: clang++-7
-          PACKAGES: clang-7
-          LLVM_REPO: llvm-toolchain-focal-7
+        # Clang 8:
+        #   CXXSTD: 11
+        #   CXX: clang++-8
+        #   PACKAGES: clang-8
+        #   LLVM_REPO: llvm-toolchain-focal-8
+        # Clang 7:
+        #   CXXSTD: 11
+        #   CXX: clang++-7
+        #   PACKAGES: clang-7
+        #   LLVM_REPO: llvm-toolchain-focal-7
         # Clang 6:
         #   CXXSTD: 11
         #   CXX: clang++-6.0

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

Summary of changes:
 .azure-pipelines.yml | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list