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

Accelerate dependency precompilation in CI workflow #6

Closed
mofeing opened this issue Jan 27, 2023 · 1 comment
Closed

Accelerate dependency precompilation in CI workflow #6

mofeing opened this issue Jan 27, 2023 · 1 comment
Assignees
Labels
ci/cd Continuous Integration / Continuous Deployment on hold Blocked due to some reason

Comments

@mofeing
Copy link
Member

mofeing commented Jan 27, 2023

CI workflow takes between 5-10mins to run but it only takes ~5s in my laptop (x60-120 slower in GitHub). This difference time is due to precompilation of dependency packages, specifically precompilation of some particular packages (Makie, GraphMakie, CUDA, ...).

Looks like the Julia caching Action is not caching the precompiled packages.

@mofeing mofeing added performance Makes the code go "brrrr" ci/cd Continuous Integration / Continuous Deployment labels Jan 27, 2023
@mofeing mofeing self-assigned this Mar 3, 2023
@mofeing mofeing added this to the 0.4 milestone Jul 22, 2023
@mofeing mofeing added on hold Blocked due to some reason and removed performance Makes the code go "brrrr" labels Aug 29, 2023
@mofeing
Copy link
Member Author

mofeing commented Sep 15, 2023

Waiting for JuliaLang/julia#50667 to be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd Continuous Integration / Continuous Deployment on hold Blocked due to some reason
Projects
None yet
Development

No branches or pull requests

1 participant