You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bb...@apache.org on 2020/04/24 13:47:56 UTC

[geode-native] branch develop updated: GEODE-8018: Update .lgtm.yml to latest Geode release (1.12) (#586)

This is an automated email from the ASF dual-hosted git repository.

bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 996e77f  GEODE-8018: Update .lgtm.yml to latest Geode release (1.12) (#586)
996e77f is described below

commit 996e77fe236a886e3873e56be17dd9cc42ae8712
Author: M. Oleske <mo...@users.noreply.github.com>
AuthorDate: Fri Apr 24 06:47:45 2020 -0700

    GEODE-8018: Update .lgtm.yml to latest Geode release (1.12) (#586)
---
 .lgtm.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.lgtm.yml b/.lgtm.yml
index cda763f..652e079 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -4,9 +4,9 @@ extraction:
       command:
         - mkdir _lgtm_build_dir
         - cd _lgtm_build_dir
-        - wget -O apache-geode.tgz http://mirror.transip.net/apache/geode/1.10.0/apache-geode-1.10.0.tgz
+        - wget -O apache-geode.tgz http://mirror.transip.net/apache/geode/1.12.0/apache-geode-1.12.0.tgz
         - tar xzf apache-geode.tgz
-        - cmake -DGEODE_ROOT="`pwd`/apache-geode-1.10.0" ..
+        - cmake -DGEODE_ROOT="`pwd`/apache-geode-1.12.0" ..
         - cd dependencies && cmake --build . -- -j2
     index:
       build_command: