We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a537bb commit 1a78d35Copy full SHA for 1a78d35
.buildbot.sh
@@ -12,7 +12,7 @@ export PATH=`pwd`/.cargo/bin/:$PATH
12
rustup toolchain install nightly --allow-downgrade --profile minimal
13
cargo check
14
15
-if [ ! -f ${CARGO_HOME}/bin/cargo-fmt ]; then
+if [ `cargo fmt 2>&1 | grep "component.*not available"` -eq 0 ]; then
16
rm -rf ${RUSTUP_HOME} ${CARGO_HOME}
17
sh rustup.sh --default-host x86_64-unknown-linux-gnu --default-toolchain none -y --no-modify-path
18
rustup install nightly
0 commit comments