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:10 UTC

[geode-native] branch GEODE-6022-cmake-min-3.12 created (now 734009c)

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

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


      at 734009c  Update linux image to use cmake 3.12.4

This branch includes the following new commits:

     new 734009c  Update linux image to use cmake 3.12.4

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by mm...@apache.org.
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