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

CMake: use find_program() to look for bash #8285

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

guijan
Copy link

@guijan guijan commented May 10, 2024

No description provided.

This is to fail early, during the configuration step, and not later,
during the compilation step if bash is not installed.
Compile tested with and without bash installed on OpenBSD 7.5 amd64.
@guijan guijan requested a review from a team as a code owner May 10, 2024 20:49
Copy link

codecov bot commented May 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.55%. Comparing base (0889cfa) to head (ebe2a9a).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #8285   +/-   ##
========================================
  Coverage    77.55%   77.55%           
========================================
  Files         1721     1721           
  Lines       190128   190128           
  Branches     18438    18438           
========================================
  Hits        147448   147448           
  Misses       42680    42680           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

None yet

4 participants