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

Dynamic link openssl in ci #20

Closed
wants to merge 23 commits into from
Closed

Dynamic link openssl in ci #20

wants to merge 23 commits into from

Conversation

rgwood
Copy link
Owner

@rgwood rgwood commented May 12, 2022

Another round of CI tweaks, mostly performance-related.

  • Skip cargo build. The rust-analyzer author says "There's generally no reason to do cargo build for targets where you do cargo test anyway"
  • Exclude plugins from Clippy+test jobs (this was missed when creating the separate plugins job)
  • Run tests in the plugins job
  • Run CI without statically linking OpenSSL (--features=extra instead of --all-features).

Unfortunately our slowest CI job (Windows tests) is still roughly the same after these changes, even though some other ones are much faster. So we probably won't see huge obvious gains from this, but it should help throughput when multiple PRs are in flight and Clippy will often finish much earlier.

@rgwood rgwood force-pushed the dynamic-link-openssl-in-ci branch from 5630ee7 to 7773fe2 Compare May 12, 2022 19:46
@rgwood rgwood closed this Dec 24, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant