Potential Issue with IWYU package from Homebrew #3109
Unanswered
abhinandanudupa
asked this question in
Everyday usage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been working on a GitHub Action for a Open Source Project which needed the source code to be scanned with IWYU.
I have installed LLVM, cmake ,clang and all the required dependencies for the project along with IWYU [
include-what-you-use
] from Homebrew with the commads as shown:and then running the scan on the source of the project with:
I get an assertion error:
Check out the action here and the logs of the run here.
But when I compiled IWYU from source with LLVM and clang [installed with Homebrew] and ran the scan again, I get no such issues. I wonder if there are any issues with the IWYU package from Homebrew.
Using this command to build IWYU
Check out the action here and the logs of this run here.
[All the scans happen on
macos-latest
i.e. macOS 11]Please note that I may not be able to retry anything as I am working in a CI environment and don't have access to a MacOS device.
Beta Was this translation helpful? Give feedback.
All reactions