File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
ci/docker/x86_64-gnu-tools Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ status_check() {
8888 # these tools are not required for beta to successfully branch
8989 check_dispatch $1 nightly miri src/tools/miri
9090 check_dispatch $1 nightly embedded-book src/doc/embedded-book
91+ check_dispatch $1 nightly rustc-guide src/doc/rustc-guide
9192}
9293
9394# If this PR is intended to update one of these tools, do not let the build pass
Original file line number Diff line number Diff line change 2828 '@ryankurte @thejpster @therealprof'
2929 ),
3030 'edition-guide' : '@ehuss @Centril @steveklabnik' ,
31+ 'rustc-guide' : '@mark-i-m'
3132}
3233
3334REPOS = {
4142 'rust-by-example' : 'https://github.com/rust-lang/rust-by-example' ,
4243 'embedded-book' : 'https://github.com/rust-embedded/book' ,
4344 'edition-guide' : 'https://github.com/rust-lang-nursery/edition-guide' ,
45+ 'rustc-guide' : 'https://github.com/rust-lang/rustc-guide' ,
4446}
4547
4648
You can’t perform that action at this time.
0 commit comments