-
Notifications
You must be signed in to change notification settings - Fork 60
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
Issue with clang format in the tests #388
Comments
This could also be fixed by making the check for discovering podio/python/podio_class_generator.py Lines 40 to 49 in dc9b6ba
Actually trying to run We actually do something like that in the cmake macros: Line 154 in dc9b6ba
Overall, even that doesn't cover all possibilities yet, because the contents of |
#358 introduced a sort of hidden dependency on
clang-format
as now there are tests which will generate a model with clang format and the-fallback-style=llvm
argument is not supported by older versions ofclang-format
. This breaks the nightly build for key4hep, becausellvm
is not a dependency. I think we can agree that the tests should run withoutllvm
since it's not a dependency of podio. These are some solutions I can think about:The text was updated successfully, but these errors were encountered: