-
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
comm.rs out of date #2837
Comments
Same with task.rs, which I've already fixed in my uncommitted working copy. |
ghost
assigned bblum
Jul 8, 2012
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Apr 28, 2023
Add shim for SIGRTMIN Fixes rust-lang/miri#2832.
celinval
added a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
rust-lang#2837) The "Auto Label" workflow correctly label our PRs; however, this action do not trigger a PR 'labeled' workflow. To automatically do that, we now changed the CI structure to have a new workflow with extra jobs that are conditional to labels and files being modified. This new workflow starts by triggering the auto-label job. The benchmark workflow is only triggered if after the auto-label job, the PR has a Z-BenchCI label. This also means that the benchmark workflow will now run after any update to a PR that has the 'Z-BenchCI' label. Resolves rust-lang#2606
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The example at the top of comm.rs should be rewritten using the new closure syntax.
The text was updated successfully, but these errors were encountered: