clang format settings explicitly listed, enabled macOS build#92
clang format settings explicitly listed, enabled macOS build#92ilijapuaca merged 5 commits intomasterfrom
Conversation
|
There's something weird going on with Linux build of It runs fine on Mac with this version installed: Can package |
| @@ -1,3 +1,156 @@ | |||
| BasedOnStyle: Google | |||
There was a problem hiding this comment.
Maybe leave the old commented out and explain why we copy all these in.
There was a problem hiding this comment.
Was this file copied from clang-format? Or generated? We should indicate where the file content came from.
There was a problem hiding this comment.
It's generated using a command from the link I put at the top of the file, will elaborate more
I got errors like this but it turned out it was using the wrong version of clang-format (I have both clang-format-6.0 and clang-format-9 installed). When I hard coded clang-format-9 it worked, I wonder if it's possible an older version of clang-format is being detected in CI, too? |
Linux build disabled until we figure out the dependency issues