File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,15 +20,16 @@ the date of the most recent channel-rust-beta.toml.
2020``` console
2121@craterbot run name=beta-$BETA_VERSION start=$STABLE end=$BETA mode=build-and-test cap-lints=warn p=10
2222@craterbot run name=beta-rustdoc-$BETA_VERSION start=$STABLE end=$BETA mode=rustdoc cap-lints=warn p=5
23+ @craterbot run name=beta-release-$BETA_VERSION start=$STABLE+cargoflags=--release end=$BETA+cargoflags=--release mode=build-and-test cap-lints=warn p=3
2324```
2425
2526Once the runs complete, you want to triage them
2627
2728## Triaging
2829
29- These steps should generally be done for the normal rustc run, and then followed up by a triage of
30- the rustdoc run. Ignore failures in rustdoc that look to be rooted in rustc (i.e., duplicate
31- failures) .
30+ These steps should generally be done for the normal rustc run, then followed up by a triage of
31+ the rustdoc run, and then followed by that of the ` --release ` run. Ignore failures in the rustdoc and
32+ ` --release ` runs that are duplicates of the normal rustc run .
3233
3334There will usually be quite a few regressions -- there are a couple tools that can help reduce the
3435amount of work that you need to do. It's mostly a matter of personal preference which is more
You can’t perform that action at this time.
0 commit comments