about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-01-01 17:53:47 -0800
committerAlex Crichton <alex@alexcrichton.com>2018-01-04 07:21:22 -0800
commit53fd0c50d847edb30c5673d7c4625ad8ee82db8f (patch)
tree3e3946aefa4fd769d48a6145f071387781b5e280 /src/ci
parentb65f0bedd2f22d9661ecb7092f07746dc2ccfb0d (diff)
downloadrust-53fd0c50d847edb30c5673d7c4625ad8ee82db8f.tar.gz
rust-53fd0c50d847edb30c5673d7c4625ad8ee82db8f.zip
Bump to 1.25.0
* Bump the release version to 1.25
* Bump the bootstrap compiler to the recent beta
* Allow using unstable rustdoc features on beta - this fix has been applied to
  the beta branch but needed to go to the master branch as well.
Diffstat (limited to 'src/ci')
-rw-r--r--src/ci/docker/x86_64-gnu-incremental/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/docker/x86_64-gnu-incremental/Dockerfile b/src/ci/docker/x86_64-gnu-incremental/Dockerfile
index d323677698c..7304ed6015c 100644
--- a/src/ci/docker/x86_64-gnu-incremental/Dockerfile
+++ b/src/ci/docker/x86_64-gnu-incremental/Dockerfile
@@ -19,3 +19,4 @@ RUN sh /scripts/sccache.sh
 ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu
 ENV RUSTFLAGS -Zincremental=/tmp/rust-incr-cache
 ENV RUST_CHECK_TARGET check
+ENV CARGO_INCREMENTAL 0