Skip to content

Commit ddbafef

Browse files
committed
add link to possible --no-fail-fast issue
1 parent 8b63a46 commit ddbafef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

toolstate.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ To add a new tool to be tracked, the following steps must be taken:
6161

6262
1. Create a PR to rust-lang/rust that adds the submodule along with any
6363
necessary build system / bootstrap updates. Be careful that the tests
64-
properly support `--no-fail-fast`.
64+
properly support `./x.py --no-fail-fast` to avoid
65+
[issues like this](https://github.com/rust-lang/rust/pull/63089).
6566
2. Include changes to [`checktools.sh`]:
6667
- Build the tool at the top. This is the step that actually generates the
6768
JSON status for the tool. When `save-toolstates` is set in

0 commit comments

Comments
 (0)