-
Notifications
You must be signed in to change notification settings - Fork 347
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
Rustup #2055
Rustup #2055
Conversation
@bors r+ |
📌 Commit 4331747 has been approved by |
💥 Test timed out |
@bors retry |
💥 Test timed out |
@bors retry |
Hm, this might be an actual failure? But all tests passed locally... |
Something odd is definitely going on on Windows targets
takes forever locally, too. @bors r- retry |
rustup Let's go in smaller steps, this might work better than #2055
rustup Let's go in smaller steps, this might work better than #2055
I think it's probably caused by rust-lang/rust#95469 |
☔ The latest upstream changes (presumably #2056) made this pull request unmergeable. Please resolve the merge conflicts. |
This is now blocked on rust-lang/rust#95775 |
Let's see if this works now. |
📌 Commit b4c4d65 has been approved by |
@bors retry r+ |
📌 Commit fad53f5 has been approved by |
Aaaahhh something broke on macOS. Will this ever end?^^ |
💔 Test failed - checks-actions |
Ah no it's the x86_64-pc-windows-msvc target. Probably just a wrong type size in my new code somewhere... |
Turns out LONG is i32 and not isize as I expected... @bors r+ |
📌 Commit 48d6258 has been approved by |
💔 Test failed - checks-actions |
@bors r+ |
📌 Commit 3da7c55 has been approved by |
💔 Test failed - checks-actions |
@bors r+ |
📌 Commit 3a59a15 has been approved by |
☀️ Test successful - checks-actions |
Fixes #1717