LLVM installation from binary package fails in GitHub Actions because cellar could not be found #6382
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The install error is likely fixed by: but not in a tagged release yet. Probably only impacts brew 4.6.5 - 4.6.7 so could try either PoCL 7 error seems to be another Clang config lookup problem. Root cause may be same as: Would need a fix in upstream LLVM around https://github.com/llvm/llvm-project/blob/main/clang/lib/Driver/Driver.cpp#L219-L238 Some possible workarounds:
|
Beta Was this translation helpful? Give feedback.
The install error is likely fixed by:
but not in a tagged release yet. Probably only impacts brew 4.6.5 - 4.6.7 so could try either
main
branch or 4.6.4.PoCL 7 error seems to be another Clang config lookup problem. Root cause may be same as:
Would need a fix in upstream LLVM around https://github.com/llvm/llvm-project/blob/main/clang/lib/Driver/Driver.cpp#L219-L238
Some possible workarounds:
export POCL_PATH_CLANG=$(realpath $(brew --prefix llvm@20)/bin/clang)
~/.config/clang/
that imitates corresponding one in$(brew --prefix)/etc/clang
SDKROOT