From 61f9bc7a8a5f61390b50de4524c30ed93cc7a228 Mon Sep 17 00:00:00 2001 From: Pierre Fenoll Date: Tue, 30 Jan 2018 13:39:17 +0100 Subject: ci-centos6: install more compilers for jinterface and orber --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2de6065..5524c10 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,7 +33,7 @@ jobs: - KERL_CONFIGURE_DISABLE_APPLICATIONS: 'odbc' steps: - run: yum -y update - - run: yum -y install curl ncurses-devel openssl-devel make automake autoconf gcc + - run: yum -y install curl ncurses-devel openssl-devel make automake autoconf gcc gcc-c++ gcc-java - run: | yum -y install https://centos6.iuscommunity.org/ius-release.rpm # CircleCI checkout uses -B which isn't available in CentOS6's packaged git -- cgit v1.2.3