diff options
| author | kennytm <kennytm@gmail.com> | 2018-07-29 19:05:29 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2018-07-29 19:05:41 +0800 |
| commit | 9c5c8d6491b1830473a58969f3157de28870b0ac (patch) | |
| tree | 7b6a64d7a738f5187a442e1308680f982bcf0175 | |
| parent | bc2ba799cb26fd215e319b1cb0434faf52b6b5e2 (diff) | |
| download | rust-9c5c8d6491b1830473a58969f3157de28870b0ac.tar.gz rust-9c5c8d6491b1830473a58969f3157de28870b0ac.zip | |
Test clippy first to workaround the derive-new conflict.
| -rwxr-xr-x | src/ci/docker/x86_64-gnu-tools/checktools.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ci/docker/x86_64-gnu-tools/checktools.sh b/src/ci/docker/x86_64-gnu-tools/checktools.sh index f6d375058a7..16055078ad5 100755 --- a/src/ci/docker/x86_64-gnu-tools/checktools.sh +++ b/src/ci/docker/x86_64-gnu-tools/checktools.sh @@ -31,10 +31,11 @@ python2.7 "$X_PY" test --no-fail-fast \ src/doc/nomicon \ src/doc/reference \ src/doc/rust-by-example \ + src/tools/clippy \ src/tools/rls \ src/tools/rustfmt \ src/tools/miri \ - src/tools/clippy + set -e cat "$TOOLSTATE_FILE" |
