File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/ci/docker/x86_64-gnu-tools Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments