[geos-commits] [SCM] GEOS branch 3.8 updated. f5c0cebd3c3950eb256860079609ad0c56e54263

git at osgeo.org git at osgeo.org
Sun Oct 31 07:36:54 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  f5c0cebd3c3950eb256860079609ad0c56e54263 (commit)
      from  8e58a2174059ea513bbd70fae90185e40bb1c764 (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 f5c0cebd3c3950eb256860079609ad0c56e54263
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Sun Oct 31 07:36:50 2021 -0700

    azure pipelines ci fix

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 4ce0c0160..b40775395 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -48,17 +48,17 @@ stages:
           CXX: g++-5
           PACKAGES: g++-5
         Clang 8:
-          CXXSTD: 11, 14, 17, 20
+          CXXSTD: 11, 14, 17
           CXX: clang++-8
           PACKAGES: clang-8
           LLVM_REPO: llvm-toolchain-xenial-8
         Clang 7:
-          CXXSTD: 14, 17, 20
+          CXXSTD: 14, 17
           CXX: clang++-7
           PACKAGES: clang-7
           LLVM_REPO: llvm-toolchain-xenial-7
         Clang 6:
-          CXXSTD: 14, 17, 20
+          CXXSTD: 14, 17
           CXX: clang++-6.0
           PACKAGES: clang-6.0
           LLVM_REPO: llvm-toolchain-xenial-6.0
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2007c7f8f..59837a385 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -59,14 +59,6 @@ jobs:
         - {
           compiler: clang++,
           build: cmake,
-          cxxstd: 11,
-          arch: 64,
-          packages: 'clang cmake doxygen',
-          os: ubuntu-16.04
-        }
-        - {
-          compiler: clang++,
-          build: cmake,
           cxxstd: 14,
           arch: 64,
           packages: 'clang cmake doxygen',

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

Summary of changes:
 .azure-pipelines.yml     | 6 +++---
 .github/workflows/ci.yml | 8 --------
 2 files changed, 3 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list