[geos-commits] [SCM] GEOS branch master updated. 643b96c8f87315fcedf2e0b6bbb2b7e0b317270b

git at osgeo.org git at osgeo.org
Fri Jun 28 12:18:20 PDT 2019


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, master has been updated
       via  643b96c8f87315fcedf2e0b6bbb2b7e0b317270b (commit)
      from  cf5dcbf3036b4db7350c5dd5cc465179fa00ec19 (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 643b96c8f87315fcedf2e0b6bbb2b7e0b317270b
Author: Daniel Baston <dbaston at gmail.com>
Date:   Fri Jun 28 14:32:49 2019 -0400

    [azure-pipelines] Disable C++20 build for XCode 10.x

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index d5b2eb6..d926e65 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -210,10 +210,10 @@ stages:
       matrix:
         Xcode 10.1:
           TOOLSET: clang
-          CXXSTD: 14, 17, 20
+          CXXSTD: 14, 17
           XCODE_APP: /Applications/Xcode_10.1.app
         Xcode 10.0:
-          CXXSTD: 14, 17, 20
+          CXXSTD: 14, 17
           XCODE_APP: /Applications/Xcode_10.app
         Xcode 9.4.1:
           CXXSTD: 11, 14, 17

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list