bloomberg / clangmetatool

A framework for reusing code in Clang tools
https://bloomberg.github.io/clangmetatool/
Apache License 2.0
119 stars 25 forks source link

Fix docker build #54

Closed dbeer1 closed 4 years ago

dbeer1 commented 4 years ago

Describe your changes Travis build is currently failing because the output of clang --version changed. Instead of trying to parse the unspecified text there and assemble the resource directory, use clang -print-resource-dir instead which is guaranteed to just print the resource directory and exit.

Testing performed Unit tests now pass