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 2022/04/08 17:46:14 UTC

[geode-native] branch develop updated: Fix lgtm ubuntu break (#958)

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 0cbafc6d4 Fix lgtm ubuntu break (#958)
0cbafc6d4 is described below

commit 0cbafc6d462e5776fe93911d23846841bee4fed5
Author: M. Oleske <mo...@users.noreply.github.com>
AuthorDate: Fri Apr 8 10:46:09 2022 -0700

    Fix lgtm ubuntu break (#958)
    
    - related to the earlier ubuntu break, so applying the same fix
    
    Authored-by: M. Oleske <mi...@oleske.engineer>
---
 .lgtm.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.lgtm.yml b/.lgtm.yml
index a1a1df5d5..2f0029df0 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -10,7 +10,7 @@ extraction:
         - "curl -o cmake.tgz -L $(curl -s https://api.github.com/repos/Kitware/CMake/releases | grep -P -i 'browser_download_url.*cmake-\\d+\\.\\d+\\.\\d+-linux-x86_64\\.sh' | head -n 1 | cut -d: -f 2,3 | tr -d \\\")"
         - bash cmake.tgz --skip-license --prefix=`pwd`
         - PATH="`pwd`/bin":$PATH
-        - cmake -DGEODE_ROOT="`pwd`/apache-geode-${GEODE_VERSION}" ..
+        - cmake -DGEODE_ROOT="`pwd`/apache-geode-${GEODE_VERSION}" -DCMAKE_INSTALL_PREFIX=/home/build ..
         - cd dependencies && cmake --build . -- -j2
     index:
       build_command: