mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
fix-sync re-downloads llvm-build on macOS/Windows with the base clang and objdump packages, but not clang-tidy. A local gclient sync pulls clang-tidy (checkout_clang_tidy=True in DEPS), so CI's llvm-build tree diverges from a local one. siso hashes the toolchain as action input, so cache-only local runs against the CI-populated RBE cache miss.