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 04:25:11 UTC

[geode-native] 01/01: Update linux image to use cmake 3.12.4

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

mmartell pushed a commit to branch GEODE-6022-cmake-min-3.12
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit 734009cdbac36bdec2c53c3ae4a5b011fccb0a55
Author: Mike Martell <mm...@pivotal.io>
AuthorDate: Fri Nov 9 20:22:18 2018 -0800

    Update linux image to use cmake 3.12.4
---
 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