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
clang-format: use llvm binary on linux [BUILD-640] (#57)
Makes the `clang_format` rule hermetic on linux by using the clang-format binary that is provided with the llvm distribution instead of the system version.
This will remove any discrepancy between local dev and ci.
The select condition will be removed once we've set up the llvm toolchain on macos.
0 commit comments