summaryrefslogtreecommitdiffstats
path: root/opal-ci/Dockerfile-ubuntu-latest
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-11-17 09:31:44 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-11-24 16:34:15 +1100
commit93a27432e132a72ffe1c9b7c9c077e01b2778a1a (patch)
tree4135535eade8d5d84cc57cf41e14c6114bdb10ff /opal-ci/Dockerfile-ubuntu-latest
parentfc930a3c7bf3237efcfc8a4e04ffc4047a60302c (diff)
downloadblackbird-skiboot-93a27432e132a72ffe1c9b7c9c077e01b2778a1a.tar.gz
blackbird-skiboot-93a27432e132a72ffe1c9b7c9c077e01b2778a1a.zip
travis: enable ccache
Primarily this combats the long time it takes to build qemu in our build scripts. Practically, cuts a couple of minutes from build. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'opal-ci/Dockerfile-ubuntu-latest')
-rw-r--r--opal-ci/Dockerfile-ubuntu-latest2
1 files changed, 1 insertions, 1 deletions
diff --git a/opal-ci/Dockerfile-ubuntu-latest b/opal-ci/Dockerfile-ubuntu-latest
index 28fb9048..683a5a18 100644
--- a/opal-ci/Dockerfile-ubuntu-latest
+++ b/opal-ci/Dockerfile-ubuntu-latest
@@ -1,6 +1,6 @@
FROM ubuntu:latest
RUN apt-get update -qq
-RUN apt-get install -y gcc-powerpc64le-linux-gnu gcc
+RUN apt-get install -y gcc-powerpc64le-linux-gnu gcc ccache
RUN apt-get install -y wget xterm
RUN apt-get install -y gcc-arm-linux-gnueabi
RUN wget ftp://public.dhe.ibm.com/software/server/powerfuncsim/p8/packages/v1.0-2/systemsim-p8_1.0-2_amd64.deb
OpenPOWER on IntegriCloud