Commit 19d034f
fix(ci): add upstream clang to test-run env for macOS
On macOS runners without upstream clang in PATH, clice falls back to
/usr/bin/clang++ (Apple's) which emits vendor-specific flags that
upstream LLVM 21 cannot parse, causing 28 unit test failures on
macos-15-intel. Add clang/clangxx to the test feature for macOS
platforms so test-run gets upstream clang.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f029ebd commit 19d034f
2 files changed
+112
-0
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
84 | 96 | | |
85 | 97 | | |
86 | 98 | | |
| |||
0 commit comments