From e76affbc6636609867f90ba2d140a0bbd1d200d8 Mon Sep 17 00:00:00 2001 From: Drakulix Date: Tue, 9 Jan 2018 13:12:03 +0100 Subject: [PATCH] Try to fix rustfmt-preview on nightly vagga container --- vagga.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vagga.yaml b/vagga.yaml index 673a800..e85e4ae 100644 --- a/vagga.yaml +++ b/vagga.yaml @@ -44,6 +44,7 @@ containers: - !Env HOME: /work/.vagga/nightly-home - !Sh curl https://sh.rustup.rs -sSf | sh -s -- -y --default-host x86_64-unknown-linux-gnu --default-toolchain nightly --no-modify-path - !Env PATH: /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/work/.vagga/nightly-home/.cargo/bin:/work/.vagga/nightly-home/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/ + - !Sh rustup self update - !Sh rustup component add rustfmt-preview commands: @@ -60,8 +61,7 @@ commands: update-nightly: !Command description: Update container container: nightly - run: | - rustup update + run: rustup update cargo-stable: !Command description: Run cargo