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

Fixes for ci_set_matrix #8442

Merged
merged 3 commits into from
Sep 28, 2023
Merged

Fixes for ci_set_matrix #8442

merged 3 commits into from
Sep 28, 2023

Conversation

jepler
Copy link
Member

@jepler jepler commented Sep 28, 2023

Testing:

$ python3 ./tools/ci_set_matrix.py  supervisor/shared/web_workflow/websocket.c

prints out a non-empty list of boards to build.

Closes: #8441

Variables that are explicitly fetched always have a value, even if it
is the empty value. However, using .get() hid the error that
shared_bindings_matrix wasn't fetching SRC_SUPERVISOR.
This is now done by the way shared_bindings_matrix.py invokes make.
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.

lgtm - thanks!

@dhalbert dhalbert merged commit 4ea0e47 into adafruit:main Sep 28, 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.

CI fails to build necessary ports when changing specific supervisor file
2 participants