You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the clang-tools conda package does not install clang-tidy-diff, which I'd like to use in my CI setups. I'm using macos with M1.
Is it missing on purpose, or can I find it from another package?
edit: I find it that envs/<env-name>/share/clang/clang-tidy-diff.py exists but not under <env-name>/bin. Is there an automatic way for conda to let $PATH point to ../share/clang/ directory?
The text was updated successfully, but these errors were encountered:
Comment:
It seems like the clang-tools conda package does not installclang-tidy-diff
, which I'd like to use in my CI setups. I'm using macos with M1.Is it missing on purpose, or can I find it from another package?edit: I find it that
envs/<env-name>/share/clang/clang-tidy-diff.py
exists but not under<env-name>/bin
. Is there an automatic way for conda to let $PATH point to../share/clang/
directory?The text was updated successfully, but these errors were encountered: