Skip to content

Commit

Permalink
Switch to devtoolset-7
Browse files Browse the repository at this point in the history
  • Loading branch information
stuhood committed Dec 7, 2017
1 parent 30eb122 commit a8c6dc2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build-support/docker/travis_ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ RUN rpm --import http://linuxsoft.cern.ch/cern/slc6X/x86_64/RPM-GPG-KEY-cern

# Install python 2.7.13, (more) modern gcc, and a JDK.
RUN yum -y update
RUN yum install -y centos-release-scl
RUN yum install -y \
devtoolset-2-gcc \
devtoolset-2-gcc-c++ \
devtoolset-2-binutils-devel \
centos-release-scl \
devtoolset-7-gcc \
devtoolset-7-gcc-c++ \
git \
java-1.8.0-openjdk-devel \
python27
Expand Down

0 comments on commit a8c6dc2

Please sign in to comment.