[geos-commits] [SCM] GEOS branch main updated. 1fd886b86157033a8287a9fa4b2a3b1d995771c6

git at osgeo.org git at osgeo.org
Sun Oct 31 15:12:47 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  1fd886b86157033a8287a9fa4b2a3b1d995771c6 (commit)
      from  c1d7d568eb868e031ab0f4b90b3422b5dd22c4fa (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 1fd886b86157033a8287a9fa4b2a3b1d995771c6
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Sun Oct 31 15:12:44 2021 -0700

    turn off clang 8

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index ac4ff28e5..2ac2ef18a 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -85,11 +85,11 @@ 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 8:
+        #   CXXSTD: 11
+        #   CXX: clang++-8
+        #   PACKAGES: clang-8
+        #   LLVM_REPO: llvm-toolchain-focal-8
         # Clang 7:
         #   CXXSTD: 11
         #   CXX: clang++-7

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list