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 clang-tidy job #645

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Conversation

coldav
Copy link
Collaborator

@coldav coldav commented Jan 16, 2025

Overview

Fix clang-tidy job

Reason for change

This was both incorrect and did not work with the new dockers.

Description of change

This replicates our original code in our previous internal CI. We cannot reliably get dependencies of clang-tidy targets by grepping for add_dependencies. Luckily, we do not need to: we can simply look for all targets ending in '.cpp' or '.h' instead.

@coldav coldav requested a review from a team as a code owner January 16, 2025 15:08
@coldav coldav force-pushed the colin/fix_clang_tidy branch 3 times, most recently from 9f47c32 to d5b6df9 Compare January 16, 2025 16:08
This was both incorrect and did not work with the new dockers. This
replicates our original code in our previous internal CI.
@coldav coldav force-pushed the colin/fix_clang_tidy branch from d5b6df9 to 1481fcd Compare January 16, 2025 16:09
Copy link
Collaborator

@alan-forbes-cp alan-forbes-cp left a comment

Choose a reason for hiding this comment

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

I will remove parallel install when new dockers are ready

@coldav coldav merged commit 47df6fd into uxlfoundation:main Jan 16, 2025
8 of 12 checks passed
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