Skip to content

Commit b2fda93

Browse files
committed
Add a note to rustc-dev-guide
1 parent 7c792e2 commit b2fda93

File tree

1 file changed

+2
-0
lines changed
  • src/doc/rustc-dev-guide/src/tests

1 file changed

+2
-0
lines changed

src/doc/rustc-dev-guide/src/tests/ci.md

+2
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ their results can be seen [here](https://github.com/rust-lang-ci/rust/actions),
180180
although usually you will be notified of the result by a comment made by bors on
181181
the corresponding PR.
182182
183+
Note that if you start the default try job using `@bors try`, it will skip building several `dist` components and running post-optimization tests, to make the build duration shorter. If you want to execute the full build as it would happen before a merge, add an explicit `try-job` pattern with the name of the default try job (currently `dist-x86_64-linux`).
184+
183185
Multiple try builds can execute concurrently across different PRs.
184186
185187
<div class="warning">

0 commit comments

Comments
 (0)