[llvm] [premerge] Route macOS build through a monolithic script to enable Job Summary (PR #211565)
Arseniy Obolenskiy via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 23 08:58:55 PDT 2026
================
@@ -278,9 +278,9 @@ jobs:
with:
persist-credentials: false
fetch-depth: 2
- - name: Install Ninja, CMake, and sccache
+ - name: Install Ninja, CMake, Python, and sccache
run: |
- brew install ninja cmake
+ brew install ninja cmake python
----------------
aobolensk wrote:
Switched back
https://github.com/llvm/llvm-project/pull/211565
More information about the llvm-commits
mailing list