You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mm...@apache.org on 2018/11/10 23:35:01 UTC

[geode-native] branch develop updated: GEODE-6022: Update linux image to use cmake 3.12.4 (#402)

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

mmartell 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 f3b5ca6  GEODE-6022: Update linux image to use cmake 3.12.4 (#402)
f3b5ca6 is described below

commit f3b5ca6de1333cf2b1a95a8d84fb2b275c0a0ac1
Author: Michael Martell <mm...@pivotal.io>
AuthorDate: Sat Nov 10 15:34:56 2018 -0800

    GEODE-6022: Update linux image to use cmake 3.12.4 (#402)
---
 packer/rhel/install-cmake.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packer/rhel/install-cmake.sh b/packer/rhel/install-cmake.sh
index ab3f79e..552faae 100644
--- a/packer/rhel/install-cmake.sh
+++ b/packer/rhel/install-cmake.sh
@@ -19,7 +19,7 @@ set -x -e -o pipefail
 
 tmp=`mktemp`
 
-curl -o ${tmp} -v -L https://cmake.org/files/v3.10/cmake-3.10.3-Linux-x86_64.sh
+curl -o ${tmp} -v -L https://cmake.org/files/v3.12/cmake-3.12.4-Linux-x86_64.sh
 
 bash ${tmp} --skip-license --prefix=/usr/local