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

clang-tidy: tweak find_program hints #15344

Merged
merged 2 commits into from
Dec 6, 2023
Merged

Conversation

dotnwat
Copy link
Member

@dotnwat dotnwat commented Dec 6, 2023

Tweak the find_program path hints for clang-tidy in the context of the open-source build and the private build.

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v23.2.x
  • v23.1.x
  • v22.3.x

Release Notes

  • none

The clang-tidy integration that is enabled for internal builds used
PATHS hint instead of HINTS hint. The former would prefer system paths
where as the later will prefer the provided HINTS which will include the
more specifc compiler that our internal builds provide.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
The open-source build should not contain path hints related to internal
redpanda tooling.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
Copy link
Member

@travisdowns travisdowns left a comment

Choose a reason for hiding this comment

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

Awesome, LGTM!

@dotnwat
Copy link
Member Author

dotnwat commented Dec 6, 2023

Failure is #14254

@dotnwat dotnwat merged commit f9565f4 into redpanda-data:dev Dec 6, 2023
17 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants