Skip to content

Conversation

@boomanaiden154
Copy link
Contributor

Otherwise we're looking for a commit that does not exist given the fetch depth.

Fixes #164430.

Otherwise we're looking for a commit that does not exist given the fetch
depth.

Fixes llvm#164430.
@llvmbot
Copy link
Member

llvmbot commented Oct 21, 2025

@llvm/pr-subscribers-github-workflow

Author: Aiden Grossman (boomanaiden154)

Changes

Otherwise we're looking for a commit that does not exist given the fetch depth.

Fixes #164430.


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

1 Files Affected:

  • (modified) .github/workflows/premerge.yaml (+1-1)
diff --git a/.github/workflows/premerge.yaml b/.github/workflows/premerge.yaml
index 951fc16bed215..6303a119750b5 100644
--- a/.github/workflows/premerge.yaml
+++ b/.github/workflows/premerge.yaml
@@ -193,7 +193,7 @@ jobs:
         uses: llvm/actions/install-ninja@main
       - name: Build and Test
         run: |
-          source <(git diff --name-only HEAD~2..HEAD | python3 .ci/compute_projects.py)
+          source <(git diff --name-only HEAD~1...HEAD | python3 .ci/compute_projects.py)
 
           if [[ "${projects_to_build}" == "" ]]; then
             echo "No projects to build"

@boomanaiden154 boomanaiden154 merged commit 288ef04 into llvm:main Oct 21, 2025
14 checks passed
@boomanaiden154 boomanaiden154 deleted the premerge-macos-fix branch October 21, 2025 21:04
@boomanaiden154 boomanaiden154 added this to the LLVM 21.x Release milestone Oct 21, 2025
@github-project-automation github-project-automation bot moved this to Needs Triage in LLVM Release Status Oct 21, 2025
@boomanaiden154
Copy link
Contributor Author

/cherry-pick 288ef04

@llvmbot
Copy link
Member

llvmbot commented Oct 21, 2025

/pull-request #164497

@llvmbot llvmbot moved this from Needs Triage to Done in LLVM Release Status Oct 21, 2025
c-rhodes pushed a commit to llvmbot/llvm-project that referenced this pull request Oct 27, 2025
Otherwise we're looking for a commit that does not exist given the fetch
depth.

Fixes llvm#164430.

(cherry picked from commit 288ef04)
Lukacma pushed a commit to Lukacma/llvm-project that referenced this pull request Oct 29, 2025
Otherwise we're looking for a commit that does not exist given the fetch
depth.

Fixes llvm#164430.
aokblast pushed a commit to aokblast/llvm-project that referenced this pull request Oct 30, 2025
Otherwise we're looking for a commit that does not exist given the fetch
depth.

Fixes llvm#164430.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

Is the MacOS Premerge Checks running correctly?

3 participants