Skip to content
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

Explore cargo-xwin for windows CI #3507

Closed
konstin opened this issue May 10, 2024 · 0 comments · Fixed by #3600
Closed

Explore cargo-xwin for windows CI #3507

konstin opened this issue May 10, 2024 · 0 comments · Fixed by #3600
Labels
internal A refactor or improvement that is not user-facing windows Specific to the Windows platform

Comments

@konstin
Copy link
Member

konstin commented May 10, 2024

Our windows CI is currently slow and inconsistent in performance. We could run e.g. the windows clippy job with cargo-xwin and see if we can speed up at least the feedback cycle on clippy:

cargo xwin clippy --target x86_64-pc-windows-msvc --workspace --all-targets --all-features --locked --profile fast-build -- -D warnings
@charliermarsh charliermarsh added internal A refactor or improvement that is not user-facing windows Specific to the Windows platform labels May 10, 2024
zanieb pushed a commit that referenced this issue May 17, 2024
## Summary

Move to cargo-xwin for clippy

Closes #3507
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal A refactor or improvement that is not user-facing windows Specific to the Windows platform
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants