-
Notifications
You must be signed in to change notification settings - Fork 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
Combined CI fixes (followup) #3796
Conversation
- CI only for macOs arm64. - Fixing build issues for macOs arm64. - Adding macos cpu to arch api.
These targets seem to regularly break unrelated PRs, and in general we shouldn't gate PRs on tier 3 targets (per the target tier policy).
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @JohnTitor (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
- CI only for macOs arm64. - Fixing build issues for macOs arm64. - Adding macos cpu to arch api.
@joshtriplett there are updates to the MacOS PR |
This reverts commit 9a27cd5.
Talked to Yuri on Zulip, wound up just recreating this as #3797. |
This is a minor fix on top of the great work by @tgross35 in #3795 - submitting here just to test the CI - feel free to apply this change into #3795, rather than merging it here.