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

Tracking issue for making CI run faster #41

Closed
miraclx opened this issue Aug 28, 2022 · 0 comments
Closed

Tracking issue for making CI run faster #41

miraclx opened this issue Aug 28, 2022 · 0 comments
Assignees

Comments

@miraclx
Copy link
Contributor

miraclx commented Aug 28, 2022

Opening this for visibility.

Current integration tests generate isolated projects with distinct target folders despite compiling ~99% of the same artifacts.

Causing current CI runs to run upwards of an hour.

The following patches reduce the total runtime.

  1. use shared target folder for faster CI #39, based on abi: dynamically load the dylib at runtime #35 which removed the intermediate generation, shares a single target directory for all the integration tests.
  1. alt: shared target folder for faster CI #40, which merges right into main, keeping the intermediate generation, also shares a single target directory for all the integration tests.
  1. alt: shared target folder for faster CI #42, mix of # 1 and # 2.
  • Results: same as # 1.
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

No branches or pull requests

1 participant