Skip to content

Use a different way to force building sdkconfig early #8310

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

Merged
merged 2 commits into from
Aug 22, 2023

Conversation

jepler
Copy link

@jepler jepler commented Aug 22, 2023

the Makefile:... version broke the shared bindings matrix generation, as it would fail if esp-idf wasn't in the environment (and we wouldn't want it to do that much work anyway)

.. and the CI is modified so that changing a Makefile or a .mk file will build docs; this would have exposed the problem earlier.

the `Makefile:...` version broke the shared bindings matrix generation, as
it would fail if esp-idf wasn't in the environment (and we wouldn't want
it to do that much work anyway)
@jepler jepler requested a review from dhalbert August 22, 2023 01:49
This can affect whether the shared-bindings-matrix works, as in the
case of this PR.
Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this very quick fix!

@dhalbert dhalbert merged commit 6c4f209 into adafruit:main Aug 22, 2023
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