-
Notifications
You must be signed in to change notification settings - Fork 1.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
[0.2] Backports #4012
Merged
Merged
[0.2] Backports #4012
Conversation
This file contains 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
(backport <rust-lang#3891>) (cherry picked from commit bba2395)
(backport <rust-lang#3891>) (cherry picked from commit 4406ec2)
r? @JohnTitor rustbot has assigned @JohnTitor. Use |
(backport <rust-lang#3891>) (cherry picked from commit 7294016)
tgross35
force-pushed
the
backport-ci-updates
branch
from
November 7, 2024 01:41
493be18
to
04b3b07
Compare
(backport <rust-lang#3891>) (cherry picked from commit 2e4e0ed)
(backport <rust-lang#4000>) (cherry picked from commit 705bb12)
tgross35
force-pushed
the
backport-ci-updates
branch
from
November 7, 2024 01:54
e9a020a
to
ca620bc
Compare
Since [1], the `wasm32-wasi` target is no longer supported (replaced by `wasm32-wasip1` and `wasm32-wasip2`). This has made it into the latest nightly, so remove it from our testing. [1]: rust-lang/rust#132562 (backport <rust-lang#4013>) (cherry picked from commit a4d3ca8)
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Nov 7, 2024
AkhilTThomas
pushed a commit
to AkhilTThomas/libc
that referenced
this pull request
Feb 5, 2025
[0.2] Backports
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.
Backport the following:
wasm32-wasi
target #4013