Skip to content

Commit 0cbafc6

Browse files
authored
Fix lgtm ubuntu break (#958)
- related to the earlier ubuntu break, so applying the same fix Authored-by: M. Oleske <michael@oleske.engineer>
1 parent e5ac752 commit 0cbafc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.lgtm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ extraction:
1010
- "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 \\\")"
1111
- bash cmake.tgz --skip-license --prefix=`pwd`
1212
- PATH="`pwd`/bin":$PATH
13-
- cmake -DGEODE_ROOT="`pwd`/apache-geode-${GEODE_VERSION}" ..
13+
- cmake -DGEODE_ROOT="`pwd`/apache-geode-${GEODE_VERSION}" -DCMAKE_INSTALL_PREFIX=/home/build ..
1414
- cd dependencies && cmake --build . -- -j2
1515
index:
1616
build_command:

0 commit comments

Comments
 (0)