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

Fix workflow caching, disable fail-fast #65

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

VynDragon
Copy link
Collaborator

workflow caching was not working as intended, fail-fast caused fail of all jobs when one build failed.

This should now properly cache submodules and attempts to build all samples regardless of one failure.

workflow caching was not working as intended, fail-fast caused fail of all jobs when one build failed

Signed-off-by: Vdragon <[email protected]>
@josuah
Copy link
Collaborator

josuah commented Feb 6, 2025

That teaches me some CI-fu in the process.

The issue we face (all failing) looks like what you describe... Maybe your commit aims to fix this?

FYI, this error seems typical of a cmake .. that happened before the pico-sdk and other submodules got pulled as dependency.

@VynDragon
Copy link
Collaborator Author

The issue with all failing is the version of the pico-sdk here, this is not aimed to fix that.

@josuah josuah merged commit 9a97276 into tinyvision-ai-inc:main Feb 6, 2025
0 of 28 checks passed
@josuah
Copy link
Collaborator

josuah commented Feb 6, 2025

Thanks! Just wanted to be sure these build issues were expected.

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