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

Workflows do not use any artifacts in their later steps #39

Open
seanmakesgames opened this issue Jan 18, 2023 · 1 comment
Open

Workflows do not use any artifacts in their later steps #39

seanmakesgames opened this issue Jan 18, 2023 · 1 comment

Comments

@seanmakesgames
Copy link
Contributor

https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts

Dev cycle times and workflow completion time would benefit from reusing built v8 binaries between workflow steps.

discovered during #37

@lloeki
Copy link
Collaborator

lloeki commented Jan 28, 2023

I've added some ccache support for local development (OOTB if you use make -f Makefile.docker), otherwise just install ccache and it'll pick it up), I'm planning to add that to CI as well (AFAIK GHA cache size limit is now 10GB)

This should help a lot with builds (and re-builds).

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

2 participants