Skip to content

Commit d914574

Browse files
committed
Fix the tool's path in toolstate verification.
This ensure we do block the tools when they are broken during an update.
1 parent 9363342 commit d914574

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ci/docker/x86_64-gnu-tools/checktools.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ status_check() {
7979
check_dispatch $1 beta nomicon src/doc/nomicon
8080
check_dispatch $1 beta reference src/doc/reference
8181
check_dispatch $1 beta rust-by-example src/doc/rust-by-example
82-
check_dispatch $1 beta rls src/tool/rls
83-
check_dispatch $1 beta rustfmt src/tool/rustfmt
82+
check_dispatch $1 beta rls src/tools/rls
83+
check_dispatch $1 beta rustfmt src/tools/rustfmt
8484
# these tools are not required for beta to successfully branch
85-
check_dispatch $1 nightly clippy-driver src/tool/clippy
86-
check_dispatch $1 nightly miri src/tool/miri
85+
check_dispatch $1 nightly clippy-driver src/tools/clippy
86+
check_dispatch $1 nightly miri src/tools/miri
8787
}
8888

8989
# If this PR is intended to update one of these tools, do not let the build pass

0 commit comments

Comments
 (0)