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
[CI] Use clang in precommit and gcc in postcommit for Linux builds (#16266)
`clang` seems to produce more warnings which causes build failures with
`-werror` which is enabled by default in CI, so use `clang` in precommit
to catch those issues before merging.
Signed-off-by: Sarnie, Nick <[email protected]>
0 commit comments