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] Github Actoins release build caching #363

Open
elpiel opened this issue Jan 6, 2021 · 0 comments
Open

[CI] Github Actoins release build caching #363

elpiel opened this issue Jan 6, 2021 · 0 comments
Labels
enhancement New feature or request Low

Comments

@elpiel
Copy link
Member

elpiel commented Jan 6, 2021

With the introduction of GH Actions in #350, we still have some performance that could be gained when building the Release.
Since the jobs don't share the files nor the tools we currently checkout the code a second time and when cargo build is invoked the cargo updates the registry.

This potentially could be improved by sharing artefacts or using a cargo caching action.

Resources:

@elpiel elpiel added enhancement New feature or request Low labels Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Low
Projects
None yet
Development

No branches or pull requests

1 participant