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

INFC-268 fix Solaris build #1083

Merged
merged 2 commits into from
Oct 7, 2022
Merged

INFC-268 fix Solaris build #1083

merged 2 commits into from
Oct 7, 2022

Commits on Oct 6, 2022

  1. INFC-268 fix solaris build

    Changed `"xargs -n 1 ldd"` for `health_check_solaris` in
    `lib/omnibus/health_check.rb` to allow regex for
    `current_library` to be found.
    
    Updated whitelist for `bad_libs` dependencies
    
    Signed-off-by: Thomas Powell <powell@progress.com>
    tpowell-progress committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    28da485 View commit details
    Browse the repository at this point in the history
  2. Commenting why the change to xargs params

    Signed-off-by: Thomas Powell <powell@progress.com>
    tpowell-progress committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    2ee96b9 View commit details
    Browse the repository at this point in the history