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: Fix various build errors due to a caching race condition. #756

Merged
merged 2 commits into from
Apr 24, 2023

Conversation

Gadgetoid
Copy link
Member

Caused build errors in PRs that didn't even touch the C++ code or CMake tooling, eg:

#751
#754

Disambiguate build dir between multiple firmwares that use the same board, but different config.

Avoids cryptic errors caused by incompatible build artifacts leaking into other builds via the MicroPython cache.
Revert lib/pico-sdk back to default before building.

Avoids a patched tree (fetched via the cache) leaking into or breaking subsequent builds.
@Gadgetoid Gadgetoid merged commit 5bfc0eb into main Apr 24, 2023
@Gadgetoid Gadgetoid deleted the ci/fix-caching branch October 31, 2024 10:48
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.

1 participant