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

Cache Python & PlatformIO dependencies #5822

Merged
merged 1 commit into from
Jan 12, 2025
Merged

Conversation

esev
Copy link
Contributor

@esev esev commented Jan 12, 2025

There is one cache for Python/pip files and a cache per architecture for the PlatformIO downloads. This saves a few minutes for the CI workflow when the caches are present.

The caches are invalidated on changes to the .github/actions or any of the PlatformIO .ini files. The total cache size is 2.2G.

@esev esev marked this pull request as draft January 12, 2025 01:15
@esev
Copy link
Contributor Author

esev commented Jan 12, 2025

That's weird. Why are these all failing? I don't even see my changes in the logs for this PR (which is expected).

@esev
Copy link
Contributor Author

esev commented Jan 12, 2025

I suspect we're hitting the issue described here. There are multiple checkouts in this composite. Maybe the workflow file in the "Post" step has picked-up my change from this PR and is out-of-sync with the master branch?

If it is this issue, it should resolve itself after merging to master. Is that okay to do; and revert quickly if it fails?

@esev esev marked this pull request as ready for review January 12, 2025 01:33
@thebentern thebentern merged commit b4a4d2d into meshtastic:master Jan 12, 2025
30 of 47 checks passed
esev added a commit to esev/meshtastic-firmware that referenced this pull request Jan 12, 2025
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

Successfully merging this pull request may close these issues.

2 participants