Attemped fix for home dir problem on dist-aarch64-llvm-mingw - #162554
Merged
Conversation
Member
Author
|
@bors try jobs=dist-aarch64-llvm-mingw |
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
Sep 9, 2026
Attemped fix for home dir problem try-job: dist-aarch64-llvm-mingw
Member
Author
|
Seems to have worked, let's confirm it's not a fluke |
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
Sep 9, 2026
Attemped fix for home dir problem try-job: dist-aarch64-llvm-mingw
JonathanBrouwer
marked this pull request as ready for review
September 9, 2026 20:52
Collaborator
|
rustbot has assigned @ubiratansoares. Use Why was this reviewer chosen?The reviewer was selected based on:
|
dist-aarch64-llvm-mingw
Member
Author
|
Seems to have worked twice in a row, while autojobs failed 3 times in a row on the tree. |
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
Sep 9, 2026
Attemped fix for home dir problem on `dist-aarch64-llvm-mingw` try-job: dist-aarch64-llvm-mingw
Contributor
Member
Author
|
@bors try jobs=dist-aarch64-llvm-mingw |
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
Sep 10, 2026
Attemped fix for home dir problem on `dist-aarch64-llvm-mingw` try-job: dist-aarch64-llvm-mingw
jieyouxu
approved these changes
Sep 10, 2026
Member
Author
|
@bors r=jieyouxu,Kobzol rollup |
Contributor
rust-bors Bot
pushed a commit
that referenced
this pull request
Sep 10, 2026
…uwer Rollup of 7 pull requests Successful merges: - #162581 (Subtree sync for rustc_codegen_cranelift) - #160831 (re-equate the object bound's trait ref with the goal's when considering object bounds) - #162057 (Some cleanups around fatal errors and delayed bugs) - #162437 (fix(traits): Remove expression references from index suggestions) - #162534 (Fix run-make/prune-link-args to work with MinGW) - #162554 (Attemped fix for home dir problem on `dist-aarch64-llvm-mingw`) - #162576 (doc: Fix external mention of signum() return value regarding NaNs)
Contributor
rust-bors Bot
pushed a commit
that referenced
this pull request
Sep 10, 2026
Rollup merge of #162554 - JonathanBrouwer:attempted-fix, r=jieyouxu,Kobzol Attemped fix for home dir problem on `dist-aarch64-llvm-mingw` This is a fix for this spurious failure, which seems to regularly happen lately #162550 (comment) disclaimer: I have no clue what is causing this and that I'm just attacking the symptoms. Seems like some kind of github runner misconfiguration? The PR is being discussed here: [#t-infra > Tree ops @ 💬](https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/Tree.20ops/near/622969695)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a fix for this spurious failure, which seems to regularly happen lately
#162550 (comment)
disclaimer: I have no clue what is causing this and that I'm just attacking the symptoms. Seems like some kind of github runner misconfiguration?
The PR is being discussed here: #t-infra > Tree ops @ 💬