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 run list for non-cmake targets #646

Merged
merged 2 commits into from
Dec 17, 2024
Merged

Fix run list for non-cmake targets #646

merged 2 commits into from
Dec 17, 2024

Conversation

agirault
Copy link
Contributor

@agirault agirault commented Dec 17, 2024

Regression introduced in #639

was only looking for cmake targets, did not account for pure python targets

Before: 53 apps.
After: 97 96 apps.

Regression introduced in #639

was only looking for cmake targets, did not account for pure python targets

Signed-off-by: Alexis Girault <[email protected]>
Ignore {{cookiecutter.project_slug}}

Signed-off-by: Alexis Girault <[email protected]>
Copy link
Contributor

@tbirdso tbirdso left a comment

Choose a reason for hiding this comment

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

LGTM, tested and verified locally with ./run list and ./run list_apps. @agirault feel free to merge.

@agirault agirault merged commit 5fc1716 into main Dec 17, 2024
6 checks passed
@agirault agirault deleted the ag/fix-run-list branch December 17, 2024 20:42
campnarvis pushed a commit to TUM-CAMP-NARVIS/holohub-narvis that referenced this pull request Dec 26, 2024
* Fix run list for non-cmake targets

Regression introduced in nvidia-holoscan#639

was only looking for cmake targets, did not account for pure python targets

Signed-off-by: Alexis Girault <[email protected]>

* Ignore templated pathname in run list

Ignore {{cookiecutter.project_slug}}

Signed-off-by: Alexis Girault <[email protected]>

---------

Signed-off-by: Alexis Girault <[email protected]>
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