This is an automated email from the ASF dual-hosted git repository. moleske pushed a commit to branch moleske-patch-1 in repository https://gitbox.apache.org/repos/asf/geode-native.git
commit 554521022a9c84ff32fcea3c553439fa44a50c00 Author: M. Oleske <[email protected]> AuthorDate: Fri Oct 4 08:46:12 2019 -0700 Update lgtm to point to current Geode (1.10.0) - 1.9.0 no longer exists so lgtm doesn't actually build. Updated it for 1.10.0 --- .lgtm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.lgtm.yml b/.lgtm.yml index 5135970..cda763f 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.9.0/apache-geode-1.9.0.tgz + - wget -O apache-geode.tgz http://mirror.transip.net/apache/geode/1.10.0/apache-geode-1.10.0.tgz - tar xzf apache-geode.tgz - - cmake -DGEODE_ROOT="`pwd`/apache-geode-1.9.0" .. + - cmake -DGEODE_ROOT="`pwd`/apache-geode-1.10.0" .. - cd dependencies && cmake --build . -- -j2 index: build_command:
