[build] Fix clangd under macOS, speed up CI slightly#6556
Conversation
fhanau
commented
Apr 10, 2026
- Xcode 26.4 bumped the AppleClang version, add the new path for that
- Increase number of concurrent jobs to speed up downloading/fetching from cache now that we have larger runners
- Add new clang-tidy-only action, we may use this in the lint CI job in the future (would have to make sure header parsing and Rust linting are still active though)
- Xcode 26.4 bumped the AppleClang version, add the new path for that - Increase number of concurrent jobs to speed up downloading/fetching from cache now that we have larger runners - Add new clang-tidy-only action, we may use this in the lint CI job in the future (would have to make sure header parsing and Rust linting are still active though)
|
Let me review the changes carefully:
All changes are build/tooling configuration, no runtime code, no behavioral changes, no backward compatibility concerns, no security implications. The logic is correct and consistent across the files. LGTM |