about summary refs log tree commit diff
path: root/src/ci/docker/i686-gnu-nopt
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-12-26 23:03:20 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-12-26 23:03:20 -0800
commitfd97f5df1547b263fed8862fce2b188da9d92fb9 (patch)
tree9e2df6761d036836ab5848212bb929a0ce97200b /src/ci/docker/i686-gnu-nopt
parentb7e5148bbd95062ae8c5e018dec8fd44a8028e0d (diff)
downloadrust-fd97f5df1547b263fed8862fce2b188da9d92fb9.tar.gz
rust-fd97f5df1547b263fed8862fce2b188da9d92fb9.zip
travis: Don't install ccache in containers
We no longer use it, we use sccache
Diffstat (limited to 'src/ci/docker/i686-gnu-nopt')
-rw-r--r--src/ci/docker/i686-gnu-nopt/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ci/docker/i686-gnu-nopt/Dockerfile b/src/ci/docker/i686-gnu-nopt/Dockerfile
index 1da33c94c7b..ab46fdda1fc 100644
--- a/src/ci/docker/i686-gnu-nopt/Dockerfile
+++ b/src/ci/docker/i686-gnu-nopt/Dockerfile
@@ -9,7 +9,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
   python2.7 \
   git \
   cmake \
-  ccache \
   sudo \
   gdb \
   xz-utils