summary refs log tree commit diff
path: root/kokoro
diff options
context:
space:
mode:
authorDaniel Verkamp <dverkamp@chromium.org>2019-02-13 14:49:52 -0800
committerchrome-bot <chrome-bot@chromium.org>2019-02-19 22:15:20 -0800
commitd82f27abd7caef8cc944d836b04db6ac99551272 (patch)
tree13699ed04b930b4d104f4db1509b6d5aecf3b9c5 /kokoro
parent05259303e4e8de2bf18ceac4884cd5e6a5065433 (diff)
downloadcrosvm-d82f27abd7caef8cc944d836b04db6ac99551272.tar
crosvm-d82f27abd7caef8cc944d836b04db6ac99551272.tar.gz
crosvm-d82f27abd7caef8cc944d836b04db6ac99551272.tar.bz2
crosvm-d82f27abd7caef8cc944d836b04db6ac99551272.tar.lz
crosvm-d82f27abd7caef8cc944d836b04db6ac99551272.tar.xz
crosvm-d82f27abd7caef8cc944d836b04db6ac99551272.tar.zst
crosvm-d82f27abd7caef8cc944d836b04db6ac99551272.zip
rust-toolchain: update to Rust 1.32.0
The Chrome OS Rust toolchain has been updated to Rust 1.32.0[1]; update
the version in Kokoro and the rust-toolchain file to match.

It looks like there is also one minor formatting change (again).

BUG=None
TEST=Build kokoro image and run tests

[1]: https://chromium-review.googlesource.com/1432733

Change-Id: I5669d99463618e19cb5e957171560dbea33bd5b8
Signed-off-by: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/1470913
Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Zach Reizner <zachr@chromium.org>
Diffstat (limited to 'kokoro')
-rw-r--r--kokoro/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/Dockerfile b/kokoro/Dockerfile
index b3f42ef..68a910f 100644
--- a/kokoro/Dockerfile
+++ b/kokoro/Dockerfile
@@ -34,7 +34,7 @@ RUN apt-get update && apt-get install -y \
 ENV RUSTUP_HOME=/usr/local/rustup \
     CARGO_HOME=/usr/local/cargo \
     PATH=/usr/local/cargo/bin:$PATH \
-    RUST_VERSION=1.31.0 \
+    RUST_VERSION=1.32.0 \
     RUSTFLAGS='--cfg hermetic'
 
 # Debian usually has an old rust version in the repository. Instead of using that, we use rustup to