Skip to content

Commit 5e2ab97

Browse files
theemathasMark-Simulacrum
authored andcommitted
Add crater procedures for --release runs
1 parent a458d6d commit 5e2ab97

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/release/crater.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2526
Once 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

3334
There will usually be quite a few regressions -- there are a couple tools that can help reduce the
3435
amount of work that you need to do. It's mostly a matter of personal preference which is more

0 commit comments

Comments
 (0)