You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2020/11/19 11:32:11 UTC

[geode-native] branch support/1.12 updated: fix Geode pairing

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

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


The following commit(s) were added to refs/heads/support/1.12 by this push:
     new 96137e9  fix Geode pairing
96137e9 is described below

commit 96137e90e527c6eed626c5c56f4b397c505b8fa9
Author: Owen Nichols <on...@apache.org>
AuthorDate: Thu Nov 19 03:21:51 2020 -0800

    fix Geode pairing
---
 .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: