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

[CI] cache artifacts better / increase efficiency #90

Open
2 of 4 tasks
drahnr opened this issue Mar 23, 2020 · 1 comment
Open
2 of 4 tasks

[CI] cache artifacts better / increase efficiency #90

drahnr opened this issue Mar 23, 2020 · 1 comment

Comments

@drahnr
Copy link
Member

drahnr commented Mar 23, 2020

currently everything is recompiled + fetched from remote which is not necessary

@drahnr drahnr self-assigned this Mar 23, 2020
@drahnr drahnr changed the title [CI] cache artifacts better [CI] cache artifacts better / increase efficiency Mar 23, 2020
@drahnr drahnr mentioned this issue Mar 28, 2020
@drahnr
Copy link
Member Author

drahnr commented Mar 30, 2021

Recompilation is mostly avoided now, by caching $CARGO_HOME between runs which helps significantly.

Lately the biggest bottleneck has been containerized io performance when executing and slow image retrieval due to quay.io having put some funny limits into place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant