aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Fenoll <[email protected]>2018-01-30 13:20:35 +0100
committerPierre Fenoll <[email protected]>2018-01-30 13:20:35 +0100
commit260c9c88c9fe286f2f543eb5a3b42273e89ed421 (patch)
tree1ca6183394c338ecfeacda5e951570544ac5351c
parentd4982bd142e86db6fceda2876fa1f76e3a5a7c68 (diff)
downloadkerl-260c9c88c9fe286f2f543eb5a3b42273e89ed421.tar.gz
kerl-260c9c88c9fe286f2f543eb5a3b42273e89ed421.tar.bz2
kerl-260c9c88c9fe286f2f543eb5a3b42273e89ed421.zip
ci-centos6: upgrade git to >1.7.2 in centos6 for circleci
-rw-r--r--.circleci/config.yml6
1 files changed, 5 insertions, 1 deletions
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: