Commit 5e0db3e
authored
[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]>1 parent 2c217e2 commit 5e0db3e
File tree
2 files changed
+5
-5
lines changed- .github/workflows
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 38 | + | |
43 | 39 | | |
44 | 40 | | |
45 | 41 | | |
| |||
0 commit comments