Skip to content

Conversation

@tstellar
Copy link
Collaborator

@tstellar tstellar commented Nov 8, 2025

ninja is already installed by default on Linux and macOS.

ninja is already installed by default on Linux and macOS.
@tstellar
Copy link
Collaborator Author

tstellar commented Nov 8, 2025

According to the documentation ninja is pre-installed but need to run the CI tests to confirm.

@llvmbot
Copy link
Member

llvmbot commented Nov 8, 2025

@llvm/pr-subscribers-github-workflow

Author: Tom Stellard (tstellar)

Changes

ninja is already installed by default on Linux and macOS.


Full diff: https://github.com/llvm/llvm-project/pull/167070.diff

1 Files Affected:

  • (modified) .github/workflows/release-binaries.yml (-3)
diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml
index a4a462ae6737c..4da3666f74fe5 100644
--- a/.github/workflows/release-binaries.yml
+++ b/.github/workflows/release-binaries.yml
@@ -188,9 +188,6 @@ jobs:
       with:
         ref: ${{ needs.prepare.outputs.ref }}
 
-    - name: Install Ninja
-      uses: llvm/actions/install-ninja@42d80571b13f4599bbefbc7189728b64723c7f78 # main
-
     - name: Setup Windows
       if: startsWith(runner.os, 'Windows')
       uses: llvm/actions/setup-windows@42d80571b13f4599bbefbc7189728b64723c7f78 # main

@tstellar
Copy link
Collaborator Author

tstellar commented Nov 8, 2025

OK, looks like it's only installed by default on x86 Linux and not ARM Linux.

@tstellar
Copy link
Collaborator Author

tstellar commented Nov 8, 2025

OK, looks like it's only installed by default on x86 Linux and not ARM Linux.

Well that's what the documentation says according to the testing it's the other way around.

@tstellar
Copy link
Collaborator Author

tstellar commented Nov 18, 2025

Depot rebuilt their images, so ninja should be preinstalled now everywhere.

@tstellar tstellar merged commit 7819071 into llvm:main Nov 19, 2025
12 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants