-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Update stacker and psm crates #87680
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
cc @nagisa |
@bors r+ |
📌 Commit 7954a76 has been approved by |
…Simulacrum Update stacker and psm crates Primarily to include rust-lang/stacker#54
Failed in rollup: #87714 (comment) |
7954a76
to
3920f63
Compare
Updated to include rust-lang/stacker@948e604 |
Now this updates some other crates too. |
3920f63
to
e70c1ab
Compare
Rust-analyzer updated them while I was committing, fixed now. |
@bors r+ |
📌 Commit e70c1ab has been approved by |
⌛ Testing commit e70c1ab with merge 80b7d6cf083e0a0ba5bd9c1f59ab95d7ca77692a... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
@bors retry libpsm-b2b57a2c9f3f7c91.rlib(x86_windows_gnu.o) : error LNK2026: module unsafe for SAFESEH image. Maybe spurious? Could be an actual problem. Not sure. |
99.9% is not spurious but im still perplexed why is it coming up now.
…On Thu, 19 Aug 2021, 22:24 Mark Rousskov, ***@***.***> wrote:
@bors <https://github.com/bors> retry
libpsm-b2b57a2c9f3f7c91.rlib(x86_windows_gnu.o) : error LNK2026: module
unsafe for SAFESEH image.
Maybe spurious? Could be an actual problem. Not sure.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#87680 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFFZUSSAJKJ5QAADCBPZADT5VK7FANCNFSM5BLA5VXA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Definitely not spurious. |
That's surprising if true – clang-cl does not understand MASM, so it couldn't possibly have compiled the MSVC-specific files. And yet with |
I have no experience with MSVC but maybe Clang-cl will automatically fallback to MASM? |
…Simulacrum Update stacker and psm crates Primarily to include rust-lang/stacker#54
@bors r- (per #88168 (comment)) |
So. I was able to reproduce this. Firstly, this only affects
|
I adjusted |
e70c1ab
to
be15588
Compare
be15588
to
f58289c
Compare
Thank you, I have just returned today and updated the PR. |
@bors r=Mark-Simulacrum,nagisa |
📌 Commit f58289c has been approved by |
☀️ Test successful - checks-actions |
Primarily to include rust-lang/stacker#54