-
Notifications
You must be signed in to change notification settings - Fork 88
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-format needed for build #2320
Conversation
Also, why was #2288 merged when it wasn't passing CI? |
Codecov Report
@@ Coverage Diff @@
## develop #2320 +/- ##
========================================
Coverage 91.45% 91.45%
========================================
Files 433 433
Lines 16174 16174
========================================
Hits 14792 14792
Misses 1382 1382 |
Looks like it did pass once develop was merged. |
I explained in the PR the cause of the CI failure of |
Here is how #2288 is searching for
It is supposed to search in |
PR 2288 requires clang-format, this adds it to the Dockerfiles needed in CI to use the
make generate
script work.