-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 to 0.1.9 to unbreak build on OpenBSD #72079
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
📌 Commit a26335b has been approved by |
@bors p=1 |
⌛ Testing commit a26335b with merge 3f01ae09e8593c6c615520be4117affff07dd7ef... |
@bors retry yield |
⌛ Testing commit a26335b with merge 26b699e6cb85b3ac381aeb260c93e3dd594c7781... |
💔 Test failed - checks-azure |
azure
|
@bors retry |
⌛ Testing commit a26335b with merge 26a9847c9c63dfa3d77ac72b48404f965114877a... |
💔 Test failed - checks-actions |
failed on CI / auto (i686-msvc-1, --build=i686-pc-windows-msvc, make ci-subset-1, 1, 1, windows-latest-xl)
|
Looks like a spurious network failure. |
anything to do to make @bors to retry again ? |
@bors retry |
⌛ Testing commit a26335b with merge 8db1562aeb24bed82b084ff204afdd8b01151c30... |
💔 Test failed - checks-actions |
I can't find the reason of the error.
Any clue would be appreciate. |
It was #71988 |
@mati865 thanks for the pointer |
someone to make @bors to retry ? |
@bors retry |
⌛ Testing commit a26335b with merge d5b7c7c41d26b955417dab667b3a0b37a252a31e... |
@bors retry yield |
⌛ Testing commit a26335b with merge b9cf79765fcb6ed2f0abc3707a8ce976f70f5c59... |
@bors retry yield |
☀️ Test successful - checks-azure |
…crum update stacker to 0.1.11 to unbreak build for wasm32-unknown-unknown Like rust-lang#72079, this updates stacker. The related problem is stacker is here rust-lang/stacker#42. It was fixed by switching from `libc::c_void` to `std::ffi::c_void` https://github.com/rust-lang/stacker/pull/43/files.
the version 0.1.8 of stacker (what is currently pinned in Cargo.lock) doesn't build on OpenBSD (see rust-lang/stacker#34).
update the version to 0.1.9