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

Added esp_timer to REQUIRES where needed #328

Merged
merged 2 commits into from
May 20, 2022

Conversation

EldritchJS
Copy link
Contributor

bugfix: fixes #327

@trombik
Copy link
Collaborator

trombik commented May 19, 2022

@EldritchJS would you fix 4.x builds?

@EldritchJS
Copy link
Contributor Author

@EldritchJS would you fix 4.x builds?

AFAICT just ESP-IDF v4.1.3 breaks the build. I added a check for that version. I would prefer using VERSION_GREATER or similar but it looks like ESP-IDF doesn't have combined version support yet, so I used the major, minor, patch checks.

@UncleRus
Copy link
Owner

Thank you!

@UncleRus UncleRus merged commit 5aea642 into UncleRus:master May 20, 2022
trombik added a commit to trombik/esp-idf-lib that referenced this pull request May 25, 2022
by default, fail-fast is true. this means when one job in a matrix fails,
all other jobs in the matrix are canceled. this is not useful when you
want to know which job, or which combination of target, build_method,
and version, is failing. an example is UncleRus#328.

UncleRus#328

see Handling failures at:
https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#handling-failures
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.

Project builds fail after esp-idf update/clean install of latest
3 participants