Added distcc to list of packages included within build-image in the event that builders use remote compilation nodes

This commit is contained in:
Alvin Moore 2019-06-25 13:24:08 -07:00 committed by Alex Miller
parent 0fe6edc254
commit d1de96649f
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ RUN yum install -y yum-utils &&\
yum -y install devtoolset-8 java-1.8.0-openjdk-devel \
rh-python36-python-devel devtoolset-8-valgrind-devel \
mono-core rh-ruby24 golang python27 rpm-build debbuild \
python-pip npm dos2unix valgrind-devel ccache &&\
python-pip npm dos2unix valgrind-devel ccache distcc &&\
pip install boto3==1.1.1
USER root

View File

@ -2,7 +2,7 @@ version: "3"
services:
common: &common
image: foundationdb/foundationdb-build:0.1.5
image: foundationdb/foundationdb-build:0.1.6
build-setup: &build-setup
<<: *common