-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Set RUST_SAVE_ANALYSIS_CONFIG env variable for run-pass tests #106789
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Mark-Simulacrum (or someone else) soon. Please see the contribution instructions for more information. |
r? @jyn514 |
I don't have time for reviews for the next few months, sorry. |
I'm not sure how useful this is, given that save-analysis will be deleted in about a month, sorry. |
Newbie here so not quite sure I understand the comment right. If you mean |
Yes, the latter, the entire feature will be removed. See #101841 |
This comment has been minimized.
This comment has been minimized.
I'm not opposed to merging this (even a month of a fix is still plausibly good) but it looks like CI is failing, so that'll need to get fixed first. |
@rustbot label -S-waiting-on-author +S-waiting-on-review |
Please also squash commits. Thanks! |
86c70b7
to
d8b033c
Compare
@bors r+ |
…ests, r=Mark-Simulacrum Set RUST_SAVE_ANALYSIS_CONFIG env variable for run-pass tests This fixes rust-lang#96928 by setting the RUST_SAVE_ANALYSIS_CONFIG environment variable for run-pass tests in order to change the location where the result of the analysis is saved.
@bors r- failed in CI: #107456 (comment) |
c49ffda
to
0b9209d
Compare
@rustbot label -S-waiting-on-author +S-waiting-on-review |
PR failed in CI. This is likely due to the use of |
@bors r+ rollup=never |
⌛ Testing commit 0b9209d with merge 52dd90118147576a653a46c872099a9a59ff00b5... |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
I have no idea what is wrong. Is it an issue with LLVM or an issue with the PR commit |
761f243
to
b20a57b
Compare
This comment has been minimized.
This comment has been minimized.
54d65b1
to
fd5c506
Compare
The job Click to see the possible cause of the failure (guessed by this bot)
|
#101841 should merge this week at this point, so I'm guessing trying to push this through is probably not worth the hassle given how much trouble we've had with it. I'm going to go ahead and close but if you disagree I'm up for reopening. |
This fixes #96928 by setting the RUST_SAVE_ANALYSIS_CONFIG environment variable for run-pass tests in order to change the location where the result of the analysis is saved.