From 260c9c88c9fe286f2f543eb5a3b42273e89ed421 Mon Sep 17 00:00:00 2001 From: Pierre Fenoll Date: Tue, 30 Jan 2018 13:20:35 +0100 Subject: ci-centos6: upgrade git to >1.7.2 in centos6 for circleci --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c040d97..2de6065 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,7 +33,11 @@ jobs: - KERL_CONFIGURE_DISABLE_APPLICATIONS: 'odbc' steps: - run: yum -y update - - run: yum -y install git curl ncurses-devel openssl-devel make automake autoconf gcc + - run: yum -y install curl ncurses-devel openssl-devel make automake autoconf gcc + - run: | + yum -y install https://centos6.iuscommunity.org/ius-release.rpm + # CircleCI checkout uses -B which isn't available in CentOS6's packaged git + yum -y install git2u - checkout - run: ./kerl update releases - run: -- cgit v1.2.3