[geos-commits] [SCM] GEOS branch master updated. 34b8d63e72353166d149db71bf9c45faa0148aaa

git at osgeo.org git at osgeo.org
Tue Aug 11 13:10:37 PDT 2020


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  34b8d63e72353166d149db71bf9c45faa0148aaa (commit)
      from  466cff135c8e504632ae38b79a1348dbadb390f1 (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 34b8d63e72353166d149db71bf9c45faa0148aaa
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Aug 11 13:10:31 2020 -0700

    Comment out s390 as seems to hang builds from time to time

diff --git a/.travis.yml b/.travis.yml
index d8e7152..0cac68f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -133,20 +133,20 @@ matrix:
       env:
         - E="TOOL=cmake && BUILD_TYPE=Release && CXX=clang++ && CC=clang"
 
-    - os: linux
-      dist: bionic
-      arch: s390x
-      cache:
-        apt: true
-        directories:
-          - $HOME/.ccache
-      addons:
-        apt:
-          sources:
-          - ubuntu-toolchain-r-test
-          packages: ['doxygen']
-      env:
-        - E="TOOL=cmake && BUILD_TYPE=Release && CXX=clang++ && CC=clang"
+    # - os: linux
+    #   dist: bionic
+    #   arch: s390x
+    #   cache:
+    #     apt: true
+    #     directories:
+    #       - $HOME/.ccache
+    #   addons:
+    #     apt:
+    #       sources:
+    #       - ubuntu-toolchain-r-test
+    #       packages: ['doxygen']
+    #   env:
+    #     - E="TOOL=cmake && BUILD_TYPE=Release && CXX=clang++ && CC=clang"
 
   allow_failures:
     - env: E="TOOL=autotools_scanbuild && BUILD_TYPE=Release && ARCH=-m64"

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

Summary of changes:
 .travis.yml | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list