[geos-commits] [SCM] GEOS branch 3.8 updated. 4cc9d75c30d449e5fb67a2cc8086fca60f3f6783

git at osgeo.org git at osgeo.org
Fri Apr 3 19:22:23 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, 3.8 has been updated
       via  4cc9d75c30d449e5fb67a2cc8086fca60f3f6783 (commit)
      from  ee69f653aa879999cbd981b250124afb6852b7e8 (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 4cc9d75c30d449e5fb67a2cc8086fca60f3f6783
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Apr 3 22:22:15 2020 -0400

    Get rid of valgrind tests - they always fail on dronie docker image we have

diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 38cbb72..7c085c8 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -23,10 +23,10 @@ steps:
     image: *test-image
     commands:
       - CXXFLAGS="-O0" make check V=0
-  - name: valgrindcheck
-    image: *test-image
-    commands:
-      - CXXFLAGS="-O0" make valgrindcheck V=0
+  #- name: valgrindcheck
+  #  image: *test-image
+  #  commands:
+  #    - CXXFLAGS="-O0" make valgrindcheck V=0
   - name: docs
     image: *test-image
     commands:

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

Summary of changes:
 .drone-1.0.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list