-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace 'locally built rustc' instructions by 'Miri in rustc' #2698
Conversation
b6ab03a
to
cfe984f
Compare
cfe984f
to
75e040e
Compare
|
||
```sh | ||
rm -f .auto-everything .auto-toolchain | ||
./x.py test miri --stage 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI this isn't mentioned in ./x.py test -h -v
, it only lists src/tools/miri
. Not sure if it is supposed to include just miri
in that list. (I am just now learning I could have been running x test miri
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only fairly recently learned about these shortcuts and honestly have no idea why they work... but they are handy.^^
@jyn514 is that something we can rely on even if it's not listed in --help
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. x.py supports all suffixes, they don't have to be an exact match: https://github.com/rust-lang/rust/blob/454784afba5bf35b5ff14ada0e31265ad1d75e73/src/bootstrap/builder.rs#L193
@bors r+ |
☀️ Test successful - checks-actions |
No description provided.