Skip to content

Commit

Permalink
Merge pull request #2646 from DataDog/ivoanjo/tweak-pkgconfig-suggestion
Browse files Browse the repository at this point in the history
Minor: Tweak profiling error guidance when pkg-config is missing
  • Loading branch information
ivoanjo authored Feb 27, 2023
2 parents 170ede5 + efdf234 commit d76de94
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ def self.pkg_config_missing?(command: $PKGCONFIG) # rubocop:disable Style/Global
'the `pkg-config` package on Homebrew and Debian/Ubuntu-based Linux;',
'the `pkgconf` package on Arch and Alpine-based Linux;',
'the `pkgconf-pkg-config` package on Fedora/Red Hat-based Linux.',
'(Tip: When fixing this, ensure `pkg-config` is installed **before**',
'running `bundle install`, and remember to clear any installed gems cache).',
suggested: CONTACT_SUPPORT,
)

Expand Down

0 comments on commit d76de94

Please sign in to comment.