Skip to content

Conversation

@llvmbot
Copy link
Member

@llvmbot llvmbot commented Oct 21, 2025

Backport 288ef04

Requested by: @boomanaiden154

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

Fixes llvm#164430.

(cherry picked from commit 288ef04)
@llvmbot
Copy link
Member Author

llvmbot commented Oct 21, 2025

@tstellar What do you think about merging this PR to the release branch?

@llvmbot
Copy link
Member Author

llvmbot commented Oct 21, 2025

@llvm/pr-subscribers-github-workflow

Author: None (llvmbot)

Changes

Backport 288ef04

Requested by: @boomanaiden154


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

1 Files Affected:

  • (modified) .github/workflows/premerge.yaml (+1-1)
diff --git a/.github/workflows/premerge.yaml b/.github/workflows/premerge.yaml
index d0518fa6879e2..8594e1e91ee99 100644
--- a/.github/workflows/premerge.yaml
+++ b/.github/workflows/premerge.yaml
@@ -149,7 +149,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"

@c-rhodes c-rhodes moved this from Needs Triage to Needs Merge in LLVM Release Status Oct 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Needs Merge

Development

Successfully merging this pull request may close these issues.

3 participants