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:04:39 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-12-26 23:04:39 -0800
commit03d4fc564ea6d357d304f7d83c40551c40a285de (patch)
treee0fe0a83e548139d9e0f3b2c1f7eac973dd562a6 /src/ci/docker/i686-gnu-nopt
parentfd97f5df1547b263fed8862fce2b188da9d92fb9 (diff)
downloadrust-03d4fc564ea6d357d304f7d83c40551c40a285de.tar.gz
rust-03d4fc564ea6d357d304f7d83c40551c40a285de.zip
travis: Remove extraneous /tmp/obj dirs
These are no longer used when running containers and tests.
Diffstat (limited to 'src/ci/docker/i686-gnu-nopt')
-rw-r--r--src/ci/docker/i686-gnu-nopt/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ci/docker/i686-gnu-nopt/Dockerfile b/src/ci/docker/i686-gnu-nopt/Dockerfile
index ab46fdda1fc..1ffb24981c5 100644
--- a/src/ci/docker/i686-gnu-nopt/Dockerfile
+++ b/src/ci/docker/i686-gnu-nopt/Dockerfile
@@ -24,5 +24,3 @@ ENTRYPOINT ["/usr/bin/dumb-init", "--"]
 
 ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu --disable-optimize-tests
 ENV RUST_CHECK_TARGET check
-RUN mkdir /tmp/obj
-RUN chmod 777 /tmp/obj