-
Notifications
You must be signed in to change notification settings - Fork 13.3k
bootstrap config tests failing locally #140387
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
Comments
I tried the following on WSL Ubuntu but can't repro:
Also tried on native MSVC against latest |
@nnethercote does it fail on a fresh branch against latest |
@Kobzol and I worked it out: I have a line It would be nice to teach the test to ignore the user's |
…jieyouxu Make bootstrap git tests more self-contained Based on https://stackoverflow.com/a/67512433/1107768. Fixes: rust-lang#140387 r? `@jieyouxu`
I googled for a bit and couldn't find a way to temporarily ignore a local Probably a good thing here would be to make the filename longer to make accidental matches like this less likely. |
Oh, I overlooked #140394. That looks like a good solution :) |
…jieyouxu Make bootstrap git tests more self-contained Based on https://stackoverflow.com/a/67512433/1107768. Fixes: rust-lang#140387 r? ``@jieyouxu``
Rollup merge of rust-lang#140394 - Kobzol:git-test-self-contained, r=jieyouxu Make bootstrap git tests more self-contained Based on https://stackoverflow.com/a/67512433/1107768. Fixes: rust-lang#140387 r? ```@jieyouxu```
Make bootstrap git tests more self-contained Based on https://stackoverflow.com/a/67512433/1107768. Fixes: rust-lang/rust#140387 r? ```@jieyouxu```
Originally posted by @nnethercote in #138591 (comment)
UPD: still fails even if fully default git config is used
The text was updated successfully, but these errors were encountered: