Skip to content

Commit f6940a6

Browse files
committed
Add a note to rustc-dev-guide
1 parent 81fd4c3 commit f6940a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: 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)